Package org.vx68k.bitbucket.api.client
Class BitbucketClientTest
- java.lang.Object
-
- org.vx68k.bitbucket.api.client.BitbucketClientTest
-
public class BitbucketClientTest extends Object
Unit tests forBitbucketClient.- Author:
- Kaz Nishimura
-
-
Constructor Summary
Constructors Constructor Description BitbucketClientTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestDefault()Tests the default constructor.voidtestGetRepository()TestsgetRepository.voidtestGetTeam()TestsgetTeamwith an existing team.voidtestGetTeamNotFound()TestsgetUserwith a non-existing user.voidtestGetUser()TestsgetUserwith an existing user.voidtestGetUserNotFound()TestsgetUserwith a non-existing user.
-
-
-
Method Detail
-
testDefault
public void testDefault()
Tests the default constructor.
-
testGetUser
public void testGetUser()
TestsgetUserwith an existing user.
-
testGetUserNotFound
public void testGetUserNotFound()
TestsgetUserwith a non-existing user.
-
testGetTeam
public void testGetTeam()
TestsgetTeamwith an existing team.
-
testGetTeamNotFound
public void testGetTeamNotFound()
TestsgetUserwith a non-existing user.
-
testGetRepository
public void testGetRepository()
TestsgetRepository.
-
-