Package org.vx68k.bitbucket.api.client
Class BitbucketClientObjectTest
- java.lang.Object
-
- org.vx68k.bitbucket.api.client.BitbucketClientObjectTest
-
public final class BitbucketClientObjectTest extends Object
Unit tests forBitbucketClientObject
.- Author:
- Kaz Nishimura
-
-
Constructor Summary
Constructors Constructor Description BitbucketClientObjectTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetBitbucketClient()
void
testNull()
Tests withnull
.void
testTyped()
Tests with typed JSON objects.void
testUntyped()
Tests with untyped JSON objects.
-