Documentation

PageSmsProjectionTest extends TestCase
in package

PageSmsProjectionTest Class Doc Comment

Tags
category

Class

description

Paginated SMS messages. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full entity use the projection ID with individual method calls.

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 case
tearDown()  : void
Clean up after running each test case
tearDownAfterClass()  : void
Clean up after running all test cases
testPageSmsProjection()  : mixed
Test "PageSmsProjection"
testPropertyContent()  : mixed
Test attribute "content"
testPropertyEmpty()  : mixed
Test attribute "empty"
testPropertyFirst()  : mixed
Test attribute "first"
testPropertyLast()  : mixed
Test attribute "last"
testPropertyNumber()  : mixed
Test attribute "number"
testPropertyNumberOfElements()  : mixed
Test attribute "number_of_elements"
testPropertyPageable()  : mixed
Test attribute "pageable"
testPropertySize()  : mixed
Test attribute "size"
testPropertySort()  : mixed
Test attribute "sort"
testPropertyTotalElements()  : mixed
Test attribute "total_elements"
testPropertyTotalPages()  : mixed
Test attribute "total_pages"

Methods

setUpBeforeClass()

Setup before running any test case

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

testPageSmsProjection()

Test "PageSmsProjection"

public testPageSmsProjection() : mixed
Return values
mixed

testPropertyContent()

Test attribute "content"

public testPropertyContent() : mixed
Return values
mixed

testPropertyEmpty()

Test attribute "empty"

public testPropertyEmpty() : mixed
Return values
mixed

testPropertyFirst()

Test attribute "first"

public testPropertyFirst() : mixed
Return values
mixed

testPropertyLast()

Test attribute "last"

public testPropertyLast() : mixed
Return values
mixed

testPropertyNumber()

Test attribute "number"

public testPropertyNumber() : mixed
Return values
mixed

testPropertyNumberOfElements()

Test attribute "number_of_elements"

public testPropertyNumberOfElements() : mixed
Return values
mixed

testPropertyPageable()

Test attribute "pageable"

public testPropertyPageable() : mixed
Return values
mixed

testPropertySize()

Test attribute "size"

public testPropertySize() : mixed
Return values
mixed

testPropertySort()

Test attribute "sort"

public testPropertySort() : mixed
Return values
mixed

testPropertyTotalElements()

Test attribute "total_elements"

public testPropertyTotalElements() : mixed
Return values
mixed

testPropertyTotalPages()

Test attribute "total_pages"

public testPropertyTotalPages() : mixed
Return values
mixed

Search results