elvyssoares

AggregationOptionsTests - Refactored - Simplified

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