We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3667d1b commit c96f83fCopy full SHA for c96f83f
io.sloeber.tests/src/io/sloeber/core/CompileAndUploadTest.java renamed to io.sloeber.tests/src/io/sloeber/core/CompileAndUpload.java
@@ -43,14 +43,14 @@
43
44
@SuppressWarnings("nls")
45
@RunWith(Parameterized.class)
46
-public class CompileAndUploadTest {
+public class CompileAndUpload {
47
private static final boolean reinstall_boards_and_libraries = false;
48
private static int mCounter = 0;
49
private IBoard myBoard;
50
private String myName;
51
private static String interval = "1500";// change between 1500 and 100
52
53
- public CompileAndUploadTest(String name, IBoard board) {
+ public CompileAndUpload(String name, IBoard board) {
54
this.myBoard = board;
55
this.myName = name;
56
0 commit comments