Toggle navigation
Home
example.Address to com.example.Person
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'junit5'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
address
to
person
address
to
person
Add or Remove Method invocation
assertAll("last name",() -> assertTrue(lastName.startsWith("U")),() -> assertTrue(lastName.endsWith("r")))
to
assertAll("last name",() -> assertTrue(lastName.startsWith("D")),() -> assertTrue(lastName.endsWith("e")))