elvyssoares

AggregationOptionsTests - Original - Simplified

Jun 5th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. @Before
  2. public void setup() {
  3.     // Instantiate a test object
  4. }
  5. @Test
  6. public void test() {
  7.     // Assert some property of the test object
  8.     // Assert other property of the test object
  9.     // Assert other property of the test object
  10. }
Advertisement
Add Comment
Please, Sign In to add comment