NodeSpiMock
s that can be used through tests. It serves following purposes: - having a common known structure through all the tests is useful for test redability - not having to write again and again a new fixture for each test.Note: changing the fixture might cause tests depending on this class to fail, as the expect certain number of nodes, number of child etc. @author Mircea.Markus@jboss.com @since 2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|