Documentation

AttachmentEntityTest extends TestCase
in package

AttachmentEntityTest Class Doc Comment

Tags
category

Class

description

AttachmentEntity

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
testAttachmentEntity()  : mixed
Test "AttachmentEntity"
testPropertyAttachmentId()  : mixed
Test attribute "attachment_id"
testPropertyBucket()  : mixed
Test attribute "bucket"
testPropertyContentId()  : mixed
Test attribute "content_id"
testPropertyContentLength()  : mixed
Test attribute "content_length"
testPropertyContentType()  : mixed
Test attribute "content_type"
testPropertyCreatedAt()  : mixed
Test attribute "created_at"
testPropertyId()  : mixed
Test attribute "id"
testPropertyInboxId()  : mixed
Test attribute "inbox_id"
testPropertyName()  : mixed
Test attribute "name"
testPropertyUpdatedAt()  : mixed
Test attribute "updated_at"
testPropertyUserId()  : mixed
Test attribute "user_id"

Methods

setUp()

Setup before running each test case

public setUp() : void
Return values
void

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

testAttachmentEntity()

Test "AttachmentEntity"

public testAttachmentEntity() : mixed
Return values
mixed

testPropertyAttachmentId()

Test attribute "attachment_id"

public testPropertyAttachmentId() : mixed
Return values
mixed

testPropertyBucket()

Test attribute "bucket"

public testPropertyBucket() : mixed
Return values
mixed

testPropertyContentId()

Test attribute "content_id"

public testPropertyContentId() : mixed
Return values
mixed

testPropertyContentLength()

Test attribute "content_length"

public testPropertyContentLength() : mixed
Return values
mixed

testPropertyContentType()

Test attribute "content_type"

public testPropertyContentType() : mixed
Return values
mixed

testPropertyCreatedAt()

Test attribute "created_at"

public testPropertyCreatedAt() : mixed
Return values
mixed

testPropertyId()

Test attribute "id"

public testPropertyId() : mixed
Return values
mixed

testPropertyInboxId()

Test attribute "inbox_id"

public testPropertyInboxId() : mixed
Return values
mixed

testPropertyName()

Test attribute "name"

public testPropertyName() : mixed
Return values
mixed

testPropertyUpdatedAt()

Test attribute "updated_at"

public testPropertyUpdatedAt() : mixed
Return values
mixed

testPropertyUserId()

Test attribute "user_id"

public testPropertyUserId() : mixed
Return values
mixed

Search results