Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.142.237.38
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby21 /
lib64 /
ruby /
2.1.0 /
test /
unit /
Delete
Unzip
Name
Size
Permission
Date
Action
assertions.rb
13.35
KB
-rw-r--r--
2013-12-18 04:20
parallel.rb
4.71
KB
-rw-r--r--
2014-07-23 14:53
testcase.rb
728
B
-rw-r--r--
2013-08-19 17:36
Save
Rename
require 'test/unit/assertions' module Test module Unit # remove silly TestCase class remove_const(:TestCase) if defined?(self::TestCase) class TestCase < MiniTest::Unit::TestCase # :nodoc: all include Assertions def on_parallel_worker? false end def run runner @options = runner.options super runner end def self.test_order :sorted end def self.method_added(name) return unless name.to_s.start_with?("test_") @test_methods ||= {} if @test_methods[name] warn "test/unit warning: method #{ self }##{ name } is redefined" end @test_methods[name] = true end end end end