Class: UDSPlusTestKit::PostManifestTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- UDSPlusTestKit::PostManifestTest
- Defined in:
- lib/uds_plus_test_kit/post_tests/post_manifest_test.rb
Instance Method Summary collapse
Instance Method Details
#id_gen ⇒ Object
16 17 18 19 20 21 22 23 |
# File 'lib/uds_plus_test_kit/post_tests/post_manifest_test.rb', line 16 def id_gen output = '' ranNum = Random.new for _ in 1..10 output += ranNum.rand(10).to_s end output end |