miasm
Reverse engineering framework
utils.test.Test Class Reference
Inheritance diagram for utils.test.Test:
Collaboration diagram for utils.test.Test:

Public Member Functions

def __init__ (self, command_line, base_dir="", depends=None, products=None, tags=None, executable=None)
 
def __repr__ (self)
 
def __eq__ (self, test)
 

Public Attributes

 command_line
 
 base_dir
 
 depends
 
 products
 
 tags
 
 executable
 

Constructor & Destructor Documentation

◆ __init__()

def utils.test.Test.__init__ (   self,
  command_line,
  base_dir = "",
  depends = None,
  products = None,
  tags = None,
  executable = None 
)
Create a Test instance.
@command_line: list of string standing for arguments to launch
@base_dir: base directory for launch
@depends: list of Test instance indicating dependencies
@products: elements produced to remove after tests
@tags: list of str indicating current test categories
@executable: if set, use this binary instead of Python

Member Function Documentation

◆ __eq__()

def utils.test.Test.__eq__ (   self,
  test 
)

◆ __repr__()

def utils.test.Test.__repr__ (   self)

Member Data Documentation

◆ base_dir

utils.test.Test.base_dir

◆ command_line

utils.test.Test.command_line

◆ depends

utils.test.Test.depends

◆ executable

utils.test.Test.executable

◆ products

utils.test.Test.products

◆ tags

utils.test.Test.tags

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