Skip to content

Instantly share code, notes, and snippets.

@nadvolod
Created October 22, 2020 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nadvolod/ad805a753f770c9ef636a4ce7fb1c850 to your computer and use it in GitHub Desktop.
Save nadvolod/ad805a753f770c9ef636a4ce7fb1c850 to your computer and use it in GitHub Desktop.
public void mainTestCode(){
//put all the logic here
}
[TestMethod]
public void test1(){
mainTestCode();
}
[TestMethod]
public void test2(){
mainTestCode();
}
[TestMethod]
public void test3(){
mainTestCode();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment