Interface TrafficEncoderTest

interface TrafficEncoderTest {
    Completed: boolean;
    Duration: string;
    Err: string;
    Name: string;
    Sample: Buffer;
    Success: boolean;
}

Properties

Completed: boolean
Duration: string
Err: string
Name: string
Sample: Buffer

Only used on failed tests

Success: boolean