Documentation

AttachmentMetaDataTest extends TestCase
in package

AttachmentMetaDataTest Class Doc Comment

Tags
category

Class

description

Meta data associated with an attachment. Attachments are stored as byte blobs so the meta data is stored separately.

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
testAttachmentMetaData()  : mixed
Test "AttachmentMetaData"
testPropertyContentId()  : mixed
Test attribute "content_id"
testPropertyContentLength()  : mixed
Test attribute "content_length"
testPropertyContentType()  : mixed
Test attribute "content_type"
testPropertyId()  : mixed
Test attribute "id"
testPropertyName()  : mixed
Test attribute "name"

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

testAttachmentMetaData()

Test "AttachmentMetaData"

public testAttachmentMetaData() : 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

testPropertyName()

Test attribute "name"

public testPropertyName() : mixed
Return values
mixed

Search results