Documentation

GroupControllerApiTest extends TestCase
in package

GroupControllerApiTest Class Doc Comment

Tags
category

Class

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

setUp()  : void
Setup before running each test case
setUpBeforeClass()  : void
Setup before running any test cases
tearDown()  : void
Clean up after running each test case
tearDownAfterClass()  : void
Clean up after running all test cases
testAddContactsToGroup()  : mixed
Test case for addContactsToGroup
testCreateGroup()  : mixed
Test case for createGroup
testDeleteGroup()  : mixed
Test case for deleteGroup
testGetAllGroups()  : mixed
Test case for getAllGroups
testGetGroup()  : mixed
Test case for getGroup
testGetGroups()  : mixed
Test case for getGroups
testGetGroupWithContacts()  : mixed
Test case for getGroupWithContacts
testGetGroupWithContactsPaginated()  : mixed
Test case for getGroupWithContactsPaginated
testRemoveContactsFromGroup()  : mixed
Test case for removeContactsFromGroup

Methods

setUpBeforeClass()

Setup before running any test cases

public static setUpBeforeClass() : void
Return values
void

tearDown()

Clean up after running each test case

public tearDown() : void
Return values
void

tearDownAfterClass()

Clean up after running all test cases

public static tearDownAfterClass() : void
Return values
void

testAddContactsToGroup()

Test case for addContactsToGroup

public testAddContactsToGroup() : mixed

Add contacts to a group.

Return values
mixed

testCreateGroup()

Test case for createGroup

public testCreateGroup() : mixed

Create a group.

Return values
mixed

testDeleteGroup()

Test case for deleteGroup

public testDeleteGroup() : mixed

Delete group.

Return values
mixed

testGetAllGroups()

Test case for getAllGroups

public testGetAllGroups() : mixed

Get all Contact Groups in paginated format.

Return values
mixed

testGetGroup()

Test case for getGroup

public testGetGroup() : mixed

Get group.

Return values
mixed

testGetGroups()

Test case for getGroups

public testGetGroups() : mixed

Get all groups.

Return values
mixed

testGetGroupWithContacts()

Test case for getGroupWithContacts

public testGetGroupWithContacts() : mixed

Get group and contacts belonging to it.

Return values
mixed

testGetGroupWithContactsPaginated()

Test case for getGroupWithContactsPaginated

public testGetGroupWithContactsPaginated() : mixed

.

Return values
mixed

testRemoveContactsFromGroup()

Test case for removeContactsFromGroup

public testRemoveContactsFromGroup() : mixed

Remove contacts from a group.

Return values
mixed

Search results