documentation. cleanup. your turn daniel
This commit is contained in:
parent
d52ca6e7f8
commit
d88922fee3
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.*;
|
import static org.junit.jupiter.api.Assertions.*;
|
||||||
|
|
||||||
public class betterSimpleTests {
|
public class BetterSimpleTests {
|
||||||
private final NFAFactory factory = NFAProvider.provideFactory();
|
private final NFAFactory factory = NFAProvider.provideFactory();
|
||||||
@Test
|
@Test
|
||||||
public void invalidInputTest() {
|
public void invalidInputTest() {
|
||||||
|
|
@ -8,7 +8,7 @@ import org.junit.jupiter.api.Test;
|
||||||
import static org.junit.jupiter.api.Assertions.assertFalse;
|
import static org.junit.jupiter.api.Assertions.assertFalse;
|
||||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||||
|
|
||||||
public class myTests {
|
public class MyTests {
|
||||||
private final NFAFactory factory = NFAProvider.provideFactory();
|
private final NFAFactory factory = NFAProvider.provideFactory();
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
Reference in a new issue