Annotations everywhere

Report a typo

Arrange this block of code so that it can compile and have standard indentations.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                class Tests {
              
                void test2(int number) {
              
                assertTrue(number > 0);
              
                @ParameterizedTest
              
                }
              
                }
              
                @ValueSource(ints = {1, 2, 3, 4, 5})
              
___

Create a free account to access the full topic