52 Commits (31f1d0d59b0b429a9c571ac9e8f3e90d95738b9e)

Author SHA1 Message Date
  Chris Smith aefae882de PreferencesCategory unit tests 15 years ago
  Chris Smith 678e66a2a0 Unit tests for PreferencesManager.{save,dismiss} 15 years ago
  Chris Smith bfbb990796 Stop IdentityTest creating a dozen or so identities per run. Might fix 15 years ago
  Chris Smith 67723bd27e Remove unneeded import which breaks test compilation (oops!) 15 years ago
  Chris Smith 7826058c90 Mock SettingChangeListener instead of using a harness 15 years ago
  Chris Smith 302df8c64b Remove TestPreferencesInterface in favour of mocking 15 years ago
  Chris Smith 0e29292263 Get rid of TestConfigListener in favour of mocking them when needed 15 years ago
  Chris Smith cd627c22da Replace AIC with mocked instance 15 years ago
  Chris Smith b75ce907b0 Remove TestChangeListener in favour of mocking 15 years ago
  Chris Smith 97899794af Remove TestActionListener in favour of mocking one up 15 years ago
  Chris Smith 891d6d7dbc Add mockito library 15 years ago
  Chris Smith a248ca7092 Test fixes 15 years ago
  Chris Smith b435501251 Fix some broken unit tests 15 years ago
  Chris Smith f691e7ad16 Remove now-useless tests 15 years ago
  Chris Smith 3337772fe8 PreferencesSettings may no longer take a fallback 15 years ago
  Chris Smith b3af85eb82 Fix prefs manager test, maybe 15 years ago
  Gregory Holmes ad6cddbba0 Update copyright header to 2009 15 years ago
  Chris Smith aa46720195 Fix broken unit tests 15 years ago
  Chris Smith c370dc6fae Unit test for above 16 years ago
  Chris Smith 86523cf792 Misc unit testsa 16 years ago
  Chris Smith 335e9c3629 Redo the Identity/ConfigManager get options so they use maps where appropriate, rather than stupid string building 16 years ago
  Chris Smith 2f4dcd468f Make the way identities are migrated much more sensible. 16 years ago
  Chris Smith ed956b08ac PreferencesManager and PreferencesSetting test now initialise the IdentityManager in their setUp methods, instead of in the test method, which somehow makes the IdentityManager magically work properly again. Issue 1106. 16 years ago
  Chris Smith f5d301589e Add unit test for ActionGroupValidator that should've been made with it 16 years ago
  Chris Smith 28d7d2a3fe URLProtocolValidator no longer alters http protocol or expects the steam protocol to not exist ¬_¬ 16 years ago
  Gregory Holmes 7fdba4fb4f another stab at fixing the URLProtocolValidator unit test, issue 1106 16 years ago
  Gregory Holmes 763fd6351e Added URLProtocolValidator unit test. issue 1106 16 years ago
  Chris Smith 2ad9ce2407 Refactor the unit tests so all supporting classes/harnesses are in com.dmdirc.harnesses, instead of dotted around as inner classes 16 years ago
  Chris Smith 134e1a33fa Identities initialised using streams now require two to be passed, as there doesn't seem to be a reliable way to read one twice... 16 years ago
  Chris Smith b63bad4464 Identities are once again being migrated properly 16 years ago
  Chris Smith 94dc05d6b1 PreferencesSetting unit testing 16 years ago
  Chris Smith 45a5a37d27 Preferences unit tests 16 years ago
  Chris Smith a957a8cb10 Unit tests++ 16 years ago
  Chris Smith dae092e1f8 Fix bizarre unit test breakage 16 years ago
  Chris Smith 12f8a18612 Unit test updates/additions 16 years ago
  Chris Smith 4fecf78820 Basic PreferencesManager unit test 16 years ago
  Chris Smith 2755b0f75d Added unit test for some PreferencesSetting stuff 16 years ago
  Chris Smith 355816bc63 Unit tests 16 years ago
  Chris Smith add4e4dca4 Fixed bug where ignore list would convert some regexps to incorrect simple expressions, instead of throwing an exception. 16 years ago
  Chris Smith 3e1c99dcd5 Testy! 16 years ago
  Chris Smith 1a352f8726 Unit tests 16 years ago
  Chris Smith 82ae588034 More unit tests 16 years ago
  Chris Smith a2a6d2bf5a Unit tests++ 16 years ago
  Shane Mc Cormack 882e9e735d Updated copyright header on all files. 16 years ago
  Shane Mc Cormack 9eae9f9557 Readded "extends junit.framework.TestCase" to all Tests to make them still work on ant 1.6.5 16 years ago
  Chris Smith 02eecebc72 Tests now use JUnit 4.x annotations 16 years ago
  Chris Smith 0f0899b8a5 Added license header to all tests 16 years ago
  Chris Smith 30b40b2c7f ConfigTarget now uses an enum not a bunch of ints 16 years ago
  Chris Smith 7b7acdf77d Add unit test to ensure the global config only has global identities 16 years ago
  Chris Smith 16657569c6 Unit tests 17 years ago