Package org.vx68k.bitbucket.api.client
Class BitbucketClientBranchTest
- java.lang.Object
-
- org.vx68k.bitbucket.api.client.BitbucketClientBranchTest
-
public class BitbucketClientBranchTest extends Object
Unit tests forBitbucketClientBranch
.- Author:
- Kaz Nishimura
-
-
Constructor Summary
Constructors Constructor Description BitbucketClientBranchTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testBookmark()
Tests with a"bookmark"
object.void
testBranch()
Tests with a"branch"
object.void
testNamedBranch()
Tests with a"named_branch"
object.void
testNull()
Tests withnull
.
-