Don’t use static imports if more than one TIME_COMPARATOR is used.
[Sone.git] / src / test / java / net / pterodactylus / sone / data / Mocks.java
2014-02-28 David ‘Bombe’ RodenDon’t use static imports if more than one TIME_COMPARAT...
2014-02-28 David ‘Bombe’ RodenMock posts with a mocker, too.
2014-02-28 David ‘Bombe’ RodenReplace Sone mock methods with a mock builder.
2014-02-28 David ‘Bombe’ RodenMemorize all mocked Sones and implement getLocalSones().
2014-02-28 David ‘Bombe’ RodenMock Sone.toString() for nicer debug output.
2014-02-28 David ‘Bombe’ RodenUse method for common mocked Sone initialization.
2014-02-28 David ‘Bombe’ RodenTurn Mocks into a stateful object.
2014-02-28 David ‘Bombe’ RodenSplit Sone mocking back into two separate methods again.
2014-02-28 David ‘Bombe’ RodenStore mocked posts and return them from the Sone.
2014-02-28 David ‘Bombe’ RodenRemove imports.
2014-02-28 David ‘Bombe’ RodenDon’t use an argument captor when using an answer.
2014-02-28 David ‘Bombe’ RodenReturn an empty profile from a mocked Sone.
2014-02-28 David ‘Bombe’ RodenNo adding posts to a remote Sone!
2014-02-28 David ‘Bombe’ RodenMock local Sones by mocking remote Sones and re-mocking...
2014-02-28 David ‘Bombe’ RodenAdd method to mock post replies, too.
2014-02-28 David ‘Bombe’ RodenAdd method to mock a remote Sone.
2014-02-28 David ‘Bombe’ RodenRequire a Sone when mocking a post.
2014-02-28 David ‘Bombe’ RodenAdd methods to mock a post.
2014-02-28 David ‘Bombe’ RodenReturn a useful reply builder on a mocked Sone.
2014-02-28 David ‘Bombe’ RodenAdd reusable mocks.