jgit/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit
Andrey Loskutov 41a972cd1e [performance] Cache platform name in SystemReader
SystemReader.isMacOs() and SystemReader.isWindows() return values are
unlikely to change during the JVM lifetime (except tests). Don't read
system properties each time the methods are called, just use previously
calculated value.

Change-Id: I495521f67a8b544e7b7247d99bbd05a42ea16d20
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2015-09-27 02:04:57 +02:00
..
Assert.java Suppress boxing warnings where we know they are ok 2012-09-22 01:21:00 +02:00
JGitTestUtil.java Fix RecursiveMerger's internal use of merge to find a merge base 2014-07-25 03:32:38 -04:00
LocalDiskRepositoryTestCase.java Move `RepositoryTestCase.indexState` to parent class 2015-07-10 00:56:58 +02:00
MockSystemReader.java [performance] Cache platform name in SystemReader 2015-09-27 02:04:57 +02:00
RepositoryTestCase.java Move `RepositoryTestCase.indexState` to parent class 2015-07-10 00:56:58 +02:00
TestRepository.java TestRepository: Add a cherryPick method 2015-03-23 13:03:31 -07:00
TestRng.java Move TestRng to our JUnit helper package 2010-01-12 11:56:55 -08:00