MCPcopy Create free account
hub / github.com/STIXProject/python-stix / TestMechanisms

Class TestMechanisms

stix/indicator/test_mechanism.py:55–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55class TestMechanisms(stix.EntityList):
56 _binding = indicator_binding
57 _namespace = 'http://docs.oasis-open.org/cti/ns/stix/indicator-1'
58 _binding_class = _binding.TestMechanismsType
59
60 test_mechanism = fields.TypedField(
61 name="Test_Mechanism",
62 type_=_BaseTestMechanism,
63 factory=TestMechanismFactory,
64 multiple=True
65 )
66
67
68

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected