Test Tagging
Diffblue Cover will automatically annotate tests and support methods created. This allows Cover to accurately measure coverage and to provide maintenance capabilities.
Tests Managed By Diffblue
@Test
@ManagedByDiffblue
@Tag("ContributionFromDiffblue")
void testAdd_whenOne_thenReturnThree() {
// Arrange, Act and Assert
assertEquals(3, new Calculator().add(1, 2));
}
Tests that Contribute to Diffblue Coverage
How Test Tags are Applied and Managed
Last updated
Was this helpful?

