Uses of Class
de.freaklamarsch.systarest.FakeSystaWeb
Package | Description |
---|---|
de.freaklamarsch.systarest | |
de.freaklamarsch.systarest.tests |
-
Uses of FakeSystaWeb in de.freaklamarsch.systarest
Fields in de.freaklamarsch.systarest declared as FakeSystaWeb Modifier and Type Field Description private static FakeSystaWeb
SystaRESTAPI. fsw
-
Uses of FakeSystaWeb in de.freaklamarsch.systarest.tests
Fields in de.freaklamarsch.systarest.tests declared as FakeSystaWeb Modifier and Type Field Description private FakeSystaWeb
FakeSystaWebTest. fsw
Methods in de.freaklamarsch.systarest.tests that return FakeSystaWeb Modifier and Type Method Description private FakeSystaWeb
SystaRESTAPITest. getFakeSystaWebInstance()
Retrieves the FakeSystaWeb instance from the SystaRESTAPI using reflection.Methods in de.freaklamarsch.systarest.tests with parameters of type FakeSystaWeb Modifier and Type Method Description private boolean
FakeSystaWebTest. updateWriteIndexAndTimestamp(FakeSystaWeb fsw)
update the writeIndex and timestamp as it is done inside the FakeSystaWeb run method