jgit/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm
Ned Twigg f333c7496b Checkout now reports failures through exceptions.
Checkout sometimes throws an exception, and
other times it writes an error message to outw
and returns normally, even though the command
failed.  This commit now reports all failures
through a die() exception.

Change-Id: I038a5d976d95020fea3faac68e9178f923c25b28
Signed-off-by: Ned Twigg <ned.twigg@diffplug.com>
2017-10-01 00:07:26 -04:00
..
AddTest.java Fixed few locale dependent pgm tests 2016-01-02 17:41:58 +01:00
ArchiveTest.java ArchiveCommand: Create prefix entry with commit time 2017-06-05 19:35:46 -04:00
BranchTest.java Merge branch 'stable-4.2' 2016-01-20 09:45:48 +09:00
CLIGitCommandTest.java Preserve backslashes within double quotes in CLIGitCommand::split() 2016-10-23 15:29:17 +09:00
CheckoutTest.java Checkout now reports failures through exceptions. 2017-10-01 00:07:26 -04:00
CleanTest.java Organize imports 2016-11-14 13:25:20 -08:00
CloneTest.java Add missing @Test annotations 2016-06-01 16:06:23 -04:00
CommitAndLogTest.java Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
CommitTest.java Simplify pgm tests: allow varargs and trim output for toString() 2016-01-02 17:41:58 +01:00
ConfigTest.java Run auto GC in the background 2017-06-06 01:18:29 +02:00
DescribeTest.java Add --match option for `jgit describe` to CLI 2017-06-22 09:08:55 +02:00
FetchTest.java CLI fetch command should support --tags 2013-10-26 17:25:23 -04:00
InitTest.java JGit CLI: allow to call git init with specific directory 2016-05-22 22:11:03 +02:00
LsRemoteTest.java [pgm] Add option --tags for ls-remote 2014-12-16 15:29:08 +01:00
MergeTest.java Added CLIText.fatalError(String) API for tests 2016-01-06 17:26:43 -05:00
ProxyConfigTest.java Fix JGit CLI to follow native git's interpretation of http_proxy... 2016-10-14 15:14:21 +02:00
ReflogTest.java Add missing newlines at ends of Java files 2017-07-25 10:37:21 +01:00
RemoteTest.java Add remote command to JGit CLI 2015-12-11 22:54:48 +01:00
RepoTest.java RepoTest: Open Git in try-with-resources 2016-02-05 18:17:02 +09:00
ResetTest.java Update args4j to 2.33 2017-08-30 03:07:35 +02:00
RmTest.java Fix compilation errors with args4j 2.0.23 and later 2017-08-30 03:07:35 +02:00
StatusTest.java Update args4j to 2.33 2017-08-30 03:07:35 +02:00
TagTest.java CLI: implement option -d for deleting tags 2016-08-31 00:16:23 +02:00
TextBuiltinTest.java Added API to TextBuiltin for piped usage. 2017-09-21 14:48:45 -04:00