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 void
testConstructors()
Tests the constructors.void
testGetCreated()
void
testGetDisplayName()
void
testGetLocation()
void
testGetName()
void
testGetRepository()
void
testGetUUID()
void
testGetWebsite()
void
testRepositories()
-
-
-
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()
-
-