Skip to content

Commit

Permalink
Refactored tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Sep 9, 2019
1 parent 49777cd commit c8f972a
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

import org.junit.jupiter.api.*;

import static org.junit.jupiter.api.Assertions.assertTimeoutPreemptively;

@DisplayName("MSDataSync sponge rocks.milspecsg.msdatasync.tests")
@DisplayName("MSDataSync sponge tests")
public class ExampleTests {


Expand All @@ -18,6 +16,14 @@ class Basic_Serialization {
@Order(1)
void test_serializing() {
System.out.println("Starting serializer test...");








System.out.println("Finished!");
}
}
Expand Down

0 comments on commit c8f972a

Please sign in to comment.