Static Public Attributes | List of all members
PharmaCode2DDisposition Class Reference

Expectation setting for Pharma Code 2D elements. More...

Inherits object.

Static Public Attributes

int DontCare = 0
 It won't matter whether or not the element is present. More...
 
int Miss = 2
 The element should not be present. More...
 
int Present = 1
 The element should be present. More...
 

Detailed Description

Expectation setting for Pharma Code 2D elements.

Member Data Documentation

◆ DontCare

int DontCare = 0
static

It won't matter whether or not the element is present.

◆ Miss

int Miss = 2
static

The element should not be present.

◆ Present

int Present = 1
static

The element should be present.