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 voidtestBookmark()Tests with a"bookmark"object.voidtestBranch()Tests with a"branch"object.voidtestNamedBranch()Tests with a"named_branch"object.voidtestNull()Tests withnull.
-