Move verifiers to different package.
[Sone.git] / src / test / java / net / pterodactylus / sone / core /
2014-02-28 David ‘Bombe’ RodenVerify that the avatar ID belongs to an image of the...
2014-02-28 David ‘Bombe’ RodenThrow a different exception if a Sone is too new.
2014-02-28 David ‘Bombe’ RodenVerify that a invalid Sone time causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that a missing protocol version does not cause...
2014-02-28 David ‘Bombe’ RodenVerify that an image with invalid dimensions causes...
2014-02-28 David ‘Bombe’ RodenVerify that an invalid image causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an invalid parent album causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an invalid album causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that a missing <albums> section does not cause...
2014-02-28 David ‘Bombe’ RodenVerify that a missing <replies> section does not cause...
2014-02-28 David ‘Bombe’ RodenVerify that a missing post-likes section does not cause...
2014-02-28 David ‘Bombe’ RodenRename test for invalid post times.
2014-02-28 David ‘Bombe’ RodenThrow exception on invalid reply times.
2014-02-28 David ‘Bombe’ RodenThrow exception on invalid replies.
2014-02-28 David ‘Bombe’ RodenVerify that a missing <replies> section does not cause...
2014-02-28 David ‘Bombe’ RodenAdd test for malformed post time.
2014-02-28 David ‘Bombe’ RodenAdd test for malformed post XML.
2014-02-28 David ‘Bombe’ RodenTest that a missing <posts> section does not cause...
2014-02-28 David ‘Bombe’ RodenAdd tests for invalid and duplicate fields.
2014-02-28 David ‘Bombe’ RodenAdd tests for missing and empty profiles.
2014-02-28 David ‘Bombe’ RodenFix imports.
2014-02-28 David ‘Bombe’ RodenUse exceptions to signal an error when parsing a Sone.
2014-02-28 David ‘Bombe’ RodenRevert "Return an optional from the Sone parser."
2014-02-28 David ‘Bombe’ RodenAdd test for an invalid client.
2014-02-28 David ‘Bombe’ RodenUse XML files for all error conditions, expand test...
2014-02-28 David ‘Bombe’ RodenUse XML file to test a complete Sone.
2014-02-28 David ‘Bombe’ RodenUse a real XML file for testing.
2014-02-28 David ‘Bombe’ RodenTest that a missing timestamp causes the Sone not to...
2014-02-28 David ‘Bombe’ RodenDon’t echo the HTML to stdout.
2014-02-28 David ‘Bombe’ RodenDeactivate the logger for the test.
2014-02-28 David ‘Bombe’ RodenReturn an optional from the Sone parser.
2014-02-28 David ‘Bombe’ RodenRemove declared exception.
2014-02-28 David ‘Bombe’ RodenVerify that a Sone with a too large protocol version...
2014-02-28 David ‘Bombe’ RodenAdd unit test for the Sone parser.