Public Member Functions | Public Attributes
wg_invent_client.wgtest_client.SubtestData Class Reference

List of all members.

Public Member Functions

def __init__
def set_measurement
def set_note
def set_parameter

Public Attributes

 measurements
 name
 note
 parameters
 result

Detailed Description

Stores subtest data to log into WG Test database

Definition at line 112 of file wgtest_client.py.


Constructor & Destructor Documentation

def wg_invent_client.wgtest_client.SubtestData.__init__ (   self,
  name,
  result 
)
@param name str : Name of subtest
@param result str : Result of subtest (ex: 'Pass')

Definition at line 116 of file wgtest_client.py.


Member Function Documentation

def wg_invent_client.wgtest_client.SubtestData.set_measurement (   self,
  key,
  value,
  min,
  max 
)
Measurements store specific quantities that are measured for each subtest
@param key str : Name of measurment
@param value str : Measurement value
@param min str : Minimum value
@param max str : Maximum value

Definition at line 137 of file wgtest_client.py.

@param note str : Note to add to test log

Definition at line 148 of file wgtest_client.py.

def wg_invent_client.wgtest_client.SubtestData.set_parameter (   self,
  key,
  value 
)
Parameters are specific inputs to each subtest
@param key str : Parameter name
@param value str : Parameter value

Definition at line 128 of file wgtest_client.py.


Member Data Documentation

Definition at line 119 of file wgtest_client.py.

Definition at line 119 of file wgtest_client.py.

Definition at line 119 of file wgtest_client.py.

Definition at line 119 of file wgtest_client.py.

Definition at line 119 of file wgtest_client.py.


The documentation for this class was generated from the following file:


wg_invent_client
Author(s): Scott Hassan, Kevin Watts
autogenerated on Sat Dec 28 2013 17:55:42