Mock some post database interactions.
[Sone.git] / src / test / java / net / pterodactylus / sone / data / Mocks.java
2014-02-28 David ‘Bombe’ RodenMock some post database interactions.
2014-02-28 David ‘Bombe’ RodenImplement getLocalSone in mocked Core.
2014-02-28 David ‘Bombe’ RodenMock the HTTP request, too.
2014-02-28 David ‘Bombe’ RodenAdd default options to mocked core.
2014-02-28 David ‘Bombe’ RodenRefactor test, move mocks and verifiers to their respec...
2014-02-28 David ‘Bombe’ RodenMove reply like functionality from Sone to Reply.
2014-02-28 David ‘Bombe’ RodenDon’t use raw Answer.
2014-02-28 David ‘Bombe’ RodenTrack liked posts.
2014-02-28 David ‘Bombe’ RodenMock Core.getSones().
2014-02-28 David ‘Bombe’ RodenImplement Database.getSone() function.
2014-02-28 David ‘Bombe’ RodenStore sones as a Map.
2014-02-28 David ‘Bombe’ RodenMock posts with a recipient, too.
2014-02-28 David ‘Bombe’ RodenMock a Sone’s friends in a better way.
2014-02-28 David ‘Bombe’ RodenMake mocks more complete and use them when testing...
2014-02-28 David ‘Bombe’ RodenUse a builder-style mocker for post replies, too.
2014-02-28 David ‘Bombe’ RodenReturn mocked replies to a post.
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.