use of limelight.os.MockOS in project limelight by slagyr.
the class DataTest method setUp.
@Before public void setUp() { Data.reset(); os = new MockOS(); Context.instance().os = os; fs = FakeFileSystem.installed(); }
Aggregations
UseOf