Package org.vx68k.bitbucket.api.client
Class BitbucketClientUserTest
- java.lang.Object
-
- org.vx68k.bitbucket.api.client.BitbucketClientUserTest
-
public final class BitbucketClientUserTest extends Object
Unit tests forBitbucketClientUser
.- Author:
- Kaz Nishimura
-
-
Constructor Summary
Constructors Constructor Description BitbucketClientUserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testConstructor()
Tests the constructor.void
testGetAccountId()
void
testGetCreated()
void
testGetDisplayName()
void
testGetLocation()
void
testGetName()
void
testGetUUID()
void
testGetWebsite()
void
testIsStaff()
-
-
-
Method Detail
-
testConstructor
public void testConstructor()
Tests the constructor.
-
testGetName
public void testGetName()
-
testGetUUID
public void testGetUUID()
-
testGetDisplayName
public void testGetDisplayName()
-
testGetWebsite
public void testGetWebsite()
-
testGetLocation
public void testGetLocation()
-
testGetCreated
public void testGetCreated()
-
testIsStaff
public void testIsStaff()
-
testGetAccountId
public void testGetAccountId()
-
-