@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class)
public class Junit5ClassMemberTest
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
Junit5ClassMemberTest
public Junit5ClassMemberTest()
-
Method Details
-
testTableCreation
@Test
@Order(1)
public void testTableCreation()
throws
Exception
- Throws:
Exception
-
testTableExists
@Test
@Order(2)
public void testTableExists()
throws
Exception
- Throws:
Exception