Documentation

ExpirationDefaultsTest extends TestCase
in package

ExpirationDefaultsTest Class Doc Comment

Tags
category

Class

description

Expiration defaults for your account

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
testExpirationDefaults()  : mixed
Test "ExpirationDefaults"
testPropertyCanPermanentInbox()  : mixed
Test attribute "can_permanent_inbox"
testPropertyDefaultExpirationMillis()  : mixed
Test attribute "default_expiration_millis"
testPropertyDefaultExpiresAt()  : mixed
Test attribute "default_expires_at"
testPropertyMaxExpirationMillis()  : mixed
Test attribute "max_expiration_millis"
testPropertyNextInboxAllowsPermanent()  : mixed
Test attribute "next_inbox_allows_permanent"

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

testExpirationDefaults()

Test "ExpirationDefaults"

public testExpirationDefaults() : mixed
Return values
mixed

testPropertyCanPermanentInbox()

Test attribute "can_permanent_inbox"

public testPropertyCanPermanentInbox() : mixed
Return values
mixed

testPropertyDefaultExpirationMillis()

Test attribute "default_expiration_millis"

public testPropertyDefaultExpirationMillis() : mixed
Return values
mixed

testPropertyDefaultExpiresAt()

Test attribute "default_expires_at"

public testPropertyDefaultExpiresAt() : mixed
Return values
mixed

testPropertyMaxExpirationMillis()

Test attribute "max_expiration_millis"

public testPropertyMaxExpirationMillis() : mixed
Return values
mixed

testPropertyNextInboxAllowsPermanent()

Test attribute "next_inbox_allows_permanent"

public testPropertyNextInboxAllowsPermanent() : mixed
Return values
mixed

Search results