Exemplo n.º 1
0
 def test_is_usable(self):
     ntools.assert_equal(MemoryDescriptorIndex.is_usable(), True)
Exemplo n.º 2
0
 def test_is_usable(self):
     ntools.assert_equal(MemoryDescriptorIndex.is_usable(), True)
Exemplo n.º 3
0
 def test_is_usable(self):
     # Always usable because no dependencies.
     ntools.assert_equal(MemoryDescriptorIndex.is_usable(), True)
Exemplo n.º 4
0
 def test_is_usable(self):
     # Always usable because no dependencies.
     self.assertEqual(MemoryDescriptorIndex.is_usable(), True)