jgit/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm
Hugo Arès 61e1645e04 Fix integer boxing eclipse warning
There was this warning because private assertEquals(Object, Object)
method was shadowing JUnit assertEquals methods.

Change-Id: I889bfe1d8c48210d9a42147a523c4829c5b5d1e3
Signed-off-by: Hugo Arès <hugo.ares@ericsson.com>
2015-09-16 13:15:21 -04:00
..
AddTest.java Add basic "jgit add" tests 2012-11-29 16:38:07 -08:00
ArchiveTest.java archive: Drop unnecessary empty comments and 'final' qualifiers on locals 2015-05-27 16:49:34 -07:00
BranchTest.java Implement "git branch --contains" in pgm 2014-03-07 18:24:42 -05:00
CLIGitCommandTest.java Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
CheckoutTest.java Fix integer boxing eclipse warning 2015-09-16 13:15:21 -04:00
CloneTest.java [pgm] Add option --bare to clone command 2014-12-22 15:45:46 +01:00
CommitAndLogTest.java Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
ConfigTest.java Fix failing ConfigTest on Windows 2014-05-17 04:09:22 -04:00
DescribeTest.java Add "--long" option to JGit describe 2015-03-09 13:48:04 -07:00
FetchTest.java CLI fetch command should support --tags 2013-10-26 17:25:23 -04:00
LsRemoteTest.java [pgm] Add option --tags for ls-remote 2014-12-16 15:29:08 +01:00
MergeTest.java Handle -m option for Merge command 2014-08-30 01:17:24 +02:00
ReflogTest.java Fix line endings 2013-05-03 16:19:07 +02:00
RepoTest.java Strip trailing /s in repo base URI. 2014-07-28 16:13:50 -07:00
StatusTest.java CLI status should support --untracked-files 2015-03-12 18:10:26 -07:00
TagTest.java Add a test for org.eclipse.jgit.pgm.Tag 2012-11-15 16:28:02 -08:00