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 voidtestConstructor()Tests the constructor.voidtestGetAccountId()voidtestGetCreated()voidtestGetDisplayName()voidtestGetLocation()voidtestGetName()voidtestGetUUID()voidtestGetWebsite()voidtestIsStaff()
-
-
-
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()
-
-