Package org.vx68k.bitbucket.api.client
Class BitbucketClientAccountTest
- java.lang.Object
-
- org.vx68k.bitbucket.api.client.BitbucketClientAccountTest
-
public final class BitbucketClientAccountTest extends Object
Unit tests forBitbucketClientAccount.- Author:
- Kaz Nishimura
-
-
Constructor Summary
Constructors Constructor Description BitbucketClientAccountTest()Initializes the object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestConstructors()Tests the constructors.voidtestGetCreated()voidtestGetDisplayName()voidtestGetLocation()voidtestGetName()voidtestGetRepository()voidtestGetUUID()voidtestGetWebsite()voidtestRepositories()
-
-
-
Method Detail
-
testConstructors
public void testConstructors()
Tests the constructors.
-
testGetName
public void testGetName()
-
testGetUUID
public void testGetUUID()
-
testGetDisplayName
public void testGetDisplayName()
-
testGetWebsite
public void testGetWebsite()
-
testGetLocation
public void testGetLocation()
-
testGetCreated
public void testGetCreated()
-
testGetRepository
public void testGetRepository()
-
testRepositories
public void testRepositories()
-
-