Directory Statistics for src/test/com/photostructure/prefs/

Back to Index Page

Lines Of Code for src/test/com/photostructure/prefs/

Commits for src/test/com/photostructure/prefs/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
matthewm68 (100.0%) 474 (100.0%) 934 (100.0%) 6.97

Commit Log

DateAuthorFile/Message
1/2/06 8:26 AMmatthewm
changed tests to support full context teardown/buildup (2 Files changed, 3 Lines changed)
src/test/com/photostructure/prefs/FilesPreferenceTest.java 1.20 (+2 -3)
src/test/com/photostructure/prefs/TimeOfDayPreferenceTest.java 1.18 (+1 -2)
12/4/05 2:22 PMmatthewm
converted to use FileCopyUtils instead of IOUtils (1 Files changed, 5 Lines changed)
src/test/com/photostructure/prefs/PersistenceTest.java 1.4 (+5 -5)
12/4/05 1:02 AMmatthewm
exposed bug in ConfigurationUtils (1 Files changed, 47 Lines changed)
src/test/com/photostructure/prefs/PersistenceTest.java 1.3 (+47 -2)
12/4/05 1:02 AMmatthewm
API rename with AssertUtils (1 Files changed, 8 Lines changed)
src/test/com/photostructure/prefs/FilesPreferenceTest.java 1.19 (+8 -8)
12/3/05 5:27 PMmatthewm
better tests (1 Files changed, 30 Lines changed)
src/test/com/photostructure/prefs/PersistenceTest.java 1.2 (+30 -12)
12/3/05 4:07 PMmatthewm
added (1 Files changed, 35 Lines changed)
src/test/com/photostructure/prefs/PersistenceTest.java 1.1 added 35
11/25/05 9:15 PMmatthewm
chkpt (6 Files changed, 73 Lines changed)
src/test/com/photostructure/prefs/IntegerPreferenceTest.java 1.6 (+14 -5)
src/test/com/photostructure/prefs/PreferenceTestHarness.java 1.3 (+9 -5)
src/test/com/photostructure/prefs/TimeOfDayPreferenceTest.java 1.17 (+12 -6)
src/test/com/photostructure/prefs/PreferenceTest.java 1.6 removed
src/test/com/photostructure/prefs/FilesPreferenceTest.java 1.18 (+28 -25)
src/test/com/photostructure/prefs/BooleanPreferenceTest.java 1.6 (+10 -3)
8/28/05 1:48 PMmatthewm
API change deltas (7 Files changed, 49 Lines changed)
src/test/com/photostructure/prefs/PreferenceTestHarness.java 1.2 (+10 -2)
src/test/com/photostructure/prefs/IntegerPreferenceTest.java 1.5 (+15 -13)
src/test/com/photostructure/prefs/BooleanPreferenceTest.java 1.5 (+1 -1)
src/test/com/photostructure/prefs/StringsPreferenceTest.java 1.2 removed
src/test/com/photostructure/prefs/TimeOfDayPreferenceTest.java 1.16 (+4 -3)
src/test/com/photostructure/prefs/FilesPreferenceTest.java 1.17 (+7 -7)
src/test/com/photostructure/prefs/PreferenceTest.java 1.5 (+12 -19)
4/4/05 12:09 AMmatthewm
fixed compilation issues (2 Files changed, 10 Lines changed)
src/test/com/photostructure/prefs/PreferenceTest.java 1.4 (+3 -3)
src/test/com/photostructure/prefs/FilesPreferenceTest.java 1.16 (+7 -7)
2/19/05 9:37 AMmatthewm
renamed assetlabel to label (assetlabel will be the asset-label mapping table entries) (1 Files changed, 3 Lines changed)
src/test/com/photostructure/prefs/PreferenceTest.java 1.3 (+3 -3)
2/19/05 9:37 AMmatthewm
added (1 Files changed, 0 Lines changed)
src/test/com/photostructure/prefs/StringsPreferenceTest.java 1.1 added
10/30/04 10:48 AMmatthewm
tests assumed that the pref name needed to be different per test invocation (1 Files changed, 6 Lines changed)
src/test/com/photostructure/prefs/PreferenceTest.java 1.2 (+6 -8)
10/30/04 7:56 AMmatthewm
more tests==better (3 Files changed, 29 Lines changed)
src/test/com/photostructure/prefs/TimeOfDayPreferenceTest.java 1.15 (+5 -3)
src/test/com/photostructure/prefs/FilesPreferenceTest.java 1.15 (+3 -3)
src/test/com/photostructure/prefs/PreferenceTest.java 1.1 added
9/24/04 3:42 PMmatthewm
cleanup (4 Files changed, 11 Lines changed)
src/test/com/photostructure/prefs/TimeOfDayPreferenceTest.java 1.14 (+2 -2)
src/test/com/photostructure/prefs/IntegerPreferenceTest.java 1.4 (+0 -2)
src/test/com/photostructure/prefs/FilesPreferenceTest.java 1.14 (+9 -3)
src/test/com/photostructure/prefs/BooleanPreferenceTest.java 1.4 (+0 -2)
9/24/04 12:36 PMmatthewm
renamed PreferenceTestHarness (6 Files changed, 41 Lines changed)
src/test/com/photostructure/prefs/AbstractPreferenceTest.java 1.3 removed
src/test/com/photostructure/prefs/TimeOfDayPreferenceTest.java 1.13 (+2 -2)
src/test/com/photostructure/prefs/PreferenceTestHarness.java 1.1 added 34
src/test/com/photostructure/prefs/FilesPreferenceTest.java 1.13 (+3 -3)
src/test/com/photostructure/prefs/IntegerPreferenceTest.java 1.3 (+1 -1)
src/test/com/photostructure/prefs/BooleanPreferenceTest.java 1.3 (+1 -1)
9/23/04 8:02 PMmatthewm
made this be abstract so it would be run as a test. (1 Files changed, 4 Lines changed)
src/test/com/photostructure/prefs/AbstractPreferenceTest.java 1.2 (+4 -4)
9/23/04 6:41 PMmatthewm
moved the asset tags test into the model directory, removed all the extraneous main() methods, added TimeOfDay test (5 Files changed, 42 Lines changed)
src/test/com/photostructure/prefs/TimeOfDayPreferenceTest.java 1.12 (+21 -21)
src/test/com/photostructure/prefs/AbstractPreferenceTest.java 1.1 added
src/test/com/photostructure/prefs/BooleanPreferenceTest.java 1.2 (+4 -7)
src/test/com/photostructure/prefs/IntegerPreferenceTest.java 1.2 (+6 -9)
src/test/com/photostructure/prefs/FilesPreferenceTest.java 1.12 (+7 -23)
9/20/04 9:19 PMmatthewm
added (1 Files changed, 24 Lines changed)
src/test/com/photostructure/prefs/BooleanPreferenceTest.java 1.1 added 24
9/20/04 8:42 AMmatthewm
added proof-of-failure for set (1 Files changed, 34 Lines changed)
src/test/com/photostructure/prefs/TimeOfDayPreferenceTest.java 1.11 (+34 -12)
9/20/04 4:41 AMmatthewm
fixed test (1 Files changed, 42 Lines changed)
src/test/com/photostructure/prefs/IntegerPreferenceTest.java 1.1 added 42