docs: extension objects

This commit is contained in:
Ilkka Seppälä
2024-04-18 21:33:18 +03:00
parent 59d3e52434
commit b35494af9a
8 changed files with 65 additions and 38 deletions
@@ -35,7 +35,7 @@ import org.junit.jupiter.api.Test;
class UnitTest {
@Test
void testConstGetSet() throws Exception {
void testConstGetSet() {
final var name = "testName";
final var unit = new Unit(name);
assertEquals(name, unit.getName());