PageRenderTime 316ms queryTime 80ms sortTime 47ms getByIdsTime 88ms findMatchingLines 31ms

100+ results results for 'Test::Unit::TestCase repo:mediashelf/fedora-migrator' (316 ms)

Not the results you expected?
test_triangle.rb https://github.com/toshi0328/gmath3D.git | Ruby | 318 lines
                    
7
                    
8class TriangleTestCase < MiniTest::Unit::TestCase
                    
9  def setup
                    
                
test_gc.rb https://github.com/luke-gru/ruby.git | Ruby | 454 lines
                    
3
                    
4class TestGc < Test::Unit::TestCase
                    
5  class S
                    
                
test_thread.rb https://github.com/ferrous26/MacRuby.git | Ruby | 663 lines
                    
4
                    
5class TestThread < Test::Unit::TestCase
                    
6  class Thread < ::Thread
                    
592
                    
593class TestThreadGroup < Test::Unit::TestCase
                    
594  def test_thread_init
                    
                
generator_test.rb https://github.com/amacdougall/project-sprouts.git | Ruby | 387 lines
                    
2
                    
3class GeneratorTest < Test::Unit::TestCase
                    
4  include Sprout::TestHelper
                    
                
test_logdevice.rb https://gitlab.com/MichelZuniga/ruby | Ruby | 420 lines
                    
7
                    
8class TestLogDevice < Test::Unit::TestCase
                    
9  class LogExcnRaiser
                    
                
request_forgery_protection_test.rb https://bitbucket.org/javierbuilder/uncontabilidad.git | Ruby | 327 lines
                    
232
                    
233class RequestForgeryProtectionControllerTest < Test::Unit::TestCase
                    
234  include RequestForgeryProtectionTests
                    
247
                    
248class RequestForgeryProtectionWithoutSecretControllerTest < Test::Unit::TestCase
                    
249  def setup
                    
266
                    
267class CsrfCookieMonsterControllerTest < Test::Unit::TestCase
                    
268  include RequestForgeryProtectionTests
                    
282
                    
283class FreeCookieControllerTest < Test::Unit::TestCase
                    
284  def setup
                    
307
                    
308class SessionOffControllerTest < Test::Unit::TestCase
                    
309  def setup
                    
                
test_float.rb https://github.com/bonfil1/jruby.git | Ruby | 453 lines
                    
2
                    
3class TestFloat < Test::Unit::TestCase
                    
4  def test_float
                    
                
test_partial_mock.rb https://github.com/jamesmartin/growing-oo-software-in-ruby.git | Ruby | 361 lines
                    
15
                    
16class TestStubbing < Test::Unit::TestCase
                    
17  include FlexMock::TestCase
                    
                
users_controller_test.rb http://irkensrailsspace.googlecode.com/svn/trunk/ | Ruby | 407 lines
                    
6
                    
7class UsersControllerTest < Test::Unit::TestCase
                    
8  fixtures :all
                    
                
template_test.rb https://github.com/michaelkirk/freehub.git | Ruby | 417 lines
                    
42
                    
43class TemplateTest < Test::Unit::TestCase
                    
44  TEMPLATE_PATH = File.join(File.dirname(__FILE__), "templates")
                    
                
test_x509store.rb https://github.com/rkh/jruby.git | Ruby | 218 lines
                    
9
                    
10class OpenSSL::TestX509Store < Test::Unit::TestCase
                    
11  def setup
                    
                
test_asn1.rb https://github.com/rkh/jruby.git | Ruby | 197 lines
                    
7
                    
8class  OpenSSL::TestASN1 < Test::Unit::TestCase
                    
9  def test_decode
                    
                
TestParse.rb https://github.com/akiernan/omnibus.git | Ruby | 503 lines
                    
8
                    
9class TestParse < Test::Unit::TestCase
                    
10
                    
                
storage_test.rb https://github.com/rah00l/railscasts-episodes.git | Ruby | 277 lines
                    
2
                    
3class StorageTest < Test::Unit::TestCase
                    
4  context "Parsing S3 credentials" do
                    
                
task_instrumentation_test.rb https://github.com/reillyse/rpm.git | Ruby | 188 lines
                    
5
                    
6class TaskInstrumentationTest < Test::Unit::TestCase
                    
7  include NewRelic::Agent::Instrumentation::ControllerInstrumentation
                    
                
test_x509crl.rb https://gitlab.com/essere.lab.public/qualitas.class-corpus | Ruby | 253 lines
                    
9
                    
10class OpenSSL::TestX509CRL < Test::Unit::TestCase
                    
11  def setup
                    
                
test_rendering.rb https://github.com/ganesan/padrino-framework.git | Ruby | 368 lines
                    
3
                    
4class TestRendering < Test::Unit::TestCase
                    
5  def teardown
                    
                
div_test.rb https://github.com/DanielVartanov/firewatir-enhancements.git | Ruby | 276 lines
                    
6
                    
7class TC_Divs < Test::Unit::TestCase
                    
8
                    
192
                    
193class TC_Divs_Display < Test::Unit::TestCase
                    
194  
                    
235
                    
236class TC_Spans_Display < Test::Unit::TestCase
                    
237  include MockStdoutTestCase
                    
                
test_client.rb https://github.com/palladius/lovd-by-less.git | Ruby | 262 lines
                    
6
                    
7class TestClient < Test::Unit::TestCase
                    
8  def setup
                    
                
plugins.md https://bitbucket.org/rafaelmoreira/rails.git | Markdown | 435 lines
                    
70
                    
71class CoreExtTest < Test::Unit::TestCase
                    
72  def test_to_squawk_prepends_the_word_squawk
                    
138
                    
139class ActsAsYaffleTest < Test::Unit::TestCase
                    
140end
                    
175
                    
176class ActsAsYaffleTest < Test::Unit::TestCase
                    
177
                    
323
                    
324class ActsAsYaffleTest < Test::Unit::TestCase
                    
325
                    
                
routing_test.rb https://github.com/github/rails.git | Ruby | 400 lines
                    
4module ApplicationTests
                    
5  class RoutingTest < Test::Unit::TestCase
                    
6    include ActiveSupport::Testing::Isolation
                    
                
marshaltestlib.rb https://github.com/hsuresh/soap4r.git | Ruby | 498 lines
                    
2module MarshalTestLib
                    
3  # include this module to a Test::Unit::TestCase and definde encode(o) and
                    
4  # decode(s) methods.  e.g.
                    
                
helper_test.rb https://github.com/BinaryMuse/haml.git | Ruby | 450 lines
                    
19
                    
20class HelperTest < Test::Unit::TestCase
                    
21  Post = Struct.new('Post', :body, :error_field, :errors)
                    
                
StdlibTest.java http://xruby.googlecode.com/svn/trunk/ | Java | 428 lines
                    
137                "require('test/unit/testcase')",
                    
138                "print Test::Unit::TestCase.new('name').size",
                    
139        };
                    
                
test_relations.rb https://github.com/muffs/mumbls.git | Ruby | 330 lines
                    
2
                    
3class TestRelations < Test::Unit::TestCase
                    
4  context "A company relation" do
                    
                
test_json.rb https://gitlab.com/klauer/ruby | Ruby | 401 lines
                    
25
                    
26class TC_JSON < Test::Unit::TestCase
                    
27  include JSON
                    
                
test_properties.rb https://github.com/coatl/regexp_parser.git | Ruby | 315 lines
                    
2
                    
3class ScannerProperties < Test::Unit::TestCase
                    
4
                    
                
spec.rb https://gitlab.com/klauer/ruby | Ruby | 328 lines
                    
64  # Defines a test class subclassing from either
                    
65  # MiniTest::Unit::TestCase or from the surrounding describe's class.
                    
66
                    
100
                    
101class MiniTest::Spec < MiniTest::Unit::TestCase
                    
102  @@describe_stack = []
                    
135  #
                    
136  # Equivalent to MiniTest::Unit::TestCase#setup.
                    
137
                    
147  #
                    
148  # Equivalent to MiniTest::Unit::TestCase#teardown.
                    
149
                    
                
tc_data_timezone_info.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 282 lines
                    
6
                    
7class TCDataTimezoneInfo < Test::Unit::TestCase
                    
8  
                    
                
test_time.rb https://github.com/Sophrinix/iphone-macruby.git | Ruby | 366 lines
                    
3
                    
4class TestTime < Test::Unit::TestCase
                    
5  def test_time_add()
                    
                
test_fileutils.rb https://gitlab.com/essere.lab.public/qualitas.class-corpus | Ruby | 262 lines
                    
6
                    
7class Rake::TestFileUtils < Test::Unit::TestCase
                    
8  include FileCreation
                    
                
instance_methods_shoulda.rb https://bitbucket.org/daveed/acts_as_solr.git | Ruby | 326 lines
                    
11
                    
12class InstanceMethodsTest < Test::Unit::TestCase
                    
13
                    
                
asset_package_helper_development_test.rb https://bitbucket.org/tduarte/hite.in.git | Ruby | 100 lines
                    
16
                    
17class AssetPackageHelperDevelopmentTest < Test::Unit::TestCase
                    
18  include ActionView::Helpers::TagHelper
                    
                
engine_test.rb https://github.com/kbingman/assets_extension.git | Ruby | 240 lines
                    
6
                    
7class SassEngineTest < Test::Unit::TestCase
                    
8  EXCEPTION_MAP = {
                    
                
notification_test.rb https://github.com/micahalles/flix_cloud-gem.git | Ruby | 223 lines
                    
2
                    
3class FlixCloud::NotificationTest < Test::Unit::TestCase
                    
4
                    
                
test_migration_generator.rb https://github.com/ganesan/padrino-framework.git | Ruby | 189 lines
                    
2
                    
3class TestMigrationGenerator < Test::Unit::TestCase
                    
4  def setup
                    
                
authorization_test.rb https://github.com/awscloudtest/rails.git | Ruby | 244 lines
                    
2
                    
3class AuthorizationTest < Test::Unit::TestCase
                    
4  Response = Struct.new(:code)
                    
                
callback_inheritance_test.rb https://bitbucket.org/javierbuilder/rails.git | Ruby | 150 lines
                    
84
                    
85class BasicCallbacksTest < Test::Unit::TestCase
                    
86  def setup
                    
105
                    
106class InheritedCallbacksTest < Test::Unit::TestCase
                    
107  def setup
                    
126
                    
127class InheritedCallbacksTest2 < Test::Unit::TestCase
                    
128  def setup
                    
141
                    
142class DynamicInheritedCallbacks < Test::Unit::TestCase
                    
143  def test_callbacks_looks_to_the_superclass_before_running
                    
                
task_definition_test.rb https://github.com/wangmh/webistrano.git | Ruby | 101 lines
                    
3
                    
4class TaskDefinitionTest < Test::Unit::TestCase
                    
5  def setup
                    
                
object_test.rb https://github.com/culturecode/aws-s3.git | Ruby | 425 lines
                    
2
                    
3class RemoteS3ObjectTest < Test::Unit::TestCase
                    
4  def setup
                    
                
namespace_dsl_test.rb https://github.com/wangmh/webistrano.git | Ruby | 311 lines
                    
3
                    
4class ConfigurationNamespacesDSLTest < Test::Unit::TestCase
                    
5  class MockConfig
                    
                
compiled_templates_test.rb https://github.com/skdaksh/authlogic_example.git | Ruby | 203 lines
                    
3
                    
4class CompiledTemplatesTest < Test::Unit::TestCase
                    
5  
                    
                
atom_feed_test.rb https://github.com/bennett/communityengine.git | Ruby | 85 lines
                    
1require File.dirname(__FILE__) + '/test_helper'
                    
2class AtomFeedTest < Test::Unit::TestCase
                    
3  attr_reader :request
                    
                
validates_email_format_of.rb https://github.com/ebwolf/openstreetmap-website.git | Ruby | 97 lines
                    
96
                    
97Test::Unit::TestCase.extend(ValidatesEmailFormatOf::Shoulda)
                    
98
                    
                
tc_timezone_melbourne.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 114 lines
                    
6
                    
7class TCTimezoneMelbourne < Test::Unit::TestCase
                    
8  def test_2004
                    
                
string_ext_test.rb https://github.com/thedarkone/rails.git | Ruby | 472 lines
                    
11
                    
12class StringInflectionsTest < Test::Unit::TestCase
                    
13  include InflectorTestCases
                    
290
                    
291class StringBehaviourTest < Test::Unit::TestCase
                    
292  def test_acts_like_string
                    
                
oauth-0.4.3-optional-tests.patch https://github.com/1000timesdead/portage.git | Patch | 123 lines
                    
30 
                    
31 class CurbRequestProxyTest < Test::Unit::TestCase
                    
32@@ -74,3 +71,7 @@ class CurbRequestProxyTest < Test::Unit::TestCase
                    
54 
                    
55 class EmHttpClientTest < Test::Unit::TestCase
                    
56 
                    
56 
                    
57@@ -77,3 +74,7 @@ class EmHttpClientTest < Test::Unit::TestCase
                    
58   end
                    
83 
                    
84 class EmHttpRequestProxyTest < Test::Unit::TestCase
                    
85@@ -110,5 +107,9 @@ class EmHttpRequestProxyTest < Test::Unit::TestCase
                    
112 
                    
113 class TyphoeusRequestProxyTest < Test::Unit::TestCase
                    
114 
                    
                
test_hipaa_837.rb https://github.com/PetResQ911/hippo.git | Ruby | 396 lines
                    
4
                    
5class TestHIPAA837 < MiniTest::Unit::TestCase
                    
6
                    
                
handset_test.rb https://github.com/bluecat76/wurfl.git | Ruby | 110 lines
                    
3
                    
4class HandsetTest < Test::Unit::TestCase
                    
5  def setup
                    
                
helper.rb https://github.com/givmo/paperclip.git | Ruby | 146 lines
                    
30
                    
31class Test::Unit::TestCase
                    
32  def setup
                    
                
test_timers.rb https://github.com/goking/eventmachine.git | Ruby | 160 lines
                    
31
                    
32class TestTimers < Test::Unit::TestCase
                    
33
                    
                
test_utf16.rb https://gitlab.com/essere.lab.public/qualitas.class-corpus | Ruby | 384 lines
                    
2
                    
3class TestUTF16 < Test::Unit::TestCase
                    
4  def encdump(obj)
                    
                
test_row.rb https://github.com/srirammca53/update_status.git | Ruby | 312 lines
                    
13
                    
14class TestCSVRow < Test::Unit::TestCase
                    
15  def setup
                    
                
test_logger.rb https://github.com/rkh/jruby.git | Ruby | 527 lines
                    
5
                    
6class TestLoggerSeverity < Test::Unit::TestCase
                    
7  def test_enum
                    
18
                    
19class TestLogger < Test::Unit::TestCase
                    
20  include Logger::Severity
                    
266
                    
267class TestLogDevice < Test::Unit::TestCase
                    
268  class LogExcnRaiser
                    
479
                    
480class TestLoggerApplication < Test::Unit::TestCase
                    
481  def setup
                    
                
tc_timezone_period.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 509 lines
                    
6
                    
7class TCTimezonePeriod < Test::Unit::TestCase
                    
8  
                    
                
tc_timezone.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 964 lines
                    
7
                    
8class TCTimezone < Test::Unit::TestCase
                    
9
                    
                
tc_time_or_datetime.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 422 lines
                    
6
                    
7class TCTimeOrDateTime < Test::Unit::TestCase
                    
8  def test_initialize_time
                    
                
scss_test.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 2035 lines
                    
4
                    
5class ScssTest < Test::Unit::TestCase
                    
6  include ScssTestHelper
                    
                
css_test.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 1093 lines
                    
8# Tests of SCSS-specific behavior go in scss_test.rb.
                    
9class ScssCssTest < Test::Unit::TestCase
                    
10  include ScssTestHelper
                    
                
script_test.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 591 lines
                    
19
                    
20class SassScriptTest < Test::Unit::TestCase
                    
21  include Sass::Script
                    
                
plugin_test.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 533 lines
                    
19
                    
20class SassPluginTest < Test::Unit::TestCase
                    
21  @@templates = %w{
                    
                
functions_test.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 1130 lines
                    
41
                    
42class SassFunctionTest < Test::Unit::TestCase
                    
43  # Tests taken from:
                    
                
extend_test.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 1403 lines
                    
3
                    
4class ExtendTest < Test::Unit::TestCase
                    
5  def test_basic
                    
                
engine_test.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 1726 lines
                    
15
                    
16class SassEngineTest < Test::Unit::TestCase
                    
17  FAKE_FILE_NAME = __FILE__.gsub(/rb$/,"sass")
                    
                
conversion_test.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 1743 lines
                    
3
                    
4class ConversionTest < Test::Unit::TestCase
                    
5  def test_basic
                    
                
formatter_test_case.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 698 lines
                    
36
                    
37class RDoc::Markup::FormatterTestCase < MiniTest::Unit::TestCase
                    
38
                    
                
test_json.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 545 lines
                    
23
                    
24class TestJSON < Test::Unit::TestCase
                    
25  include JSON
                    
                
test_router.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 544 lines
                    
4module Journey
                    
5  class TestRouter < MiniTest::Unit::TestCase
                    
6    attr_reader :routes
                    
                
test-main.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 752 lines
                    
48
                    
49class MainTest < Test::Unit::TestCase
                    
50
                    
                
test-erubis.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 887 lines
                    
15
                    
16class ErubisTest < Test::Unit::TestCase
                    
17
                    
                
test_markupbuilder.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 578 lines
                    
17
                    
18class TestMarkup < Test::Unit::TestCase
                    
19  def setup
                    
179
                    
180class TestAttributeEscaping < Test::Unit::TestCase
                    
181
                    
217
                    
218class TestNameSpaces < Test::Unit::TestCase
                    
219  def setup
                    
269
                    
270class TestDeclarations < Test::Unit::TestCase
                    
271  def setup
                    
326
                    
327class TestSpecialMarkup < Test::Unit::TestCase
                    
328  def setup
                    
                
integration_test.rb https://github.com/retohuber/edu.git | Ruby | 481 lines
                    
2
                    
3class IntegrationTest < Test::Unit::TestCase
                    
4  context "Many models at once" do
                    
                
attachment_test.rb https://github.com/retohuber/edu.git | Ruby | 768 lines
                    
6
                    
7class AttachmentTest < Test::Unit::TestCase
                    
8  should "return the path based on the url by default" do
                    
                
standard_tag_test.rb https://github.com/peertransfer/liquid.git | Ruby | 461 lines
                    
2
                    
3class StandardTagTest < Test::Unit::TestCase
                    
4  include Liquid
                    
                
engine_test.rb https://github.com/ghar/rails.git | Ruby | 669 lines
                    
6module RailtiesTest
                    
7  class EngineTest < Test::Unit::TestCase
                    
8
                    
                
configuration_test.rb https://github.com/ghar/rails.git | Ruby | 529 lines
                    
15module ApplicationTests
                    
16  class ConfigurationTest < Test::Unit::TestCase
                    
17    include ActiveSupport::Testing::Isolation
                    
                
time_with_zone_test.rb https://github.com/ghar/rails.git | Ruby | 926 lines
                    
4
                    
5class TimeWithZoneTest < Test::Unit::TestCase
                    
6
                    
                
hash_ext_test.rb https://github.com/ghar/rails.git | Ruby | 1154 lines
                    
8
                    
9class HashExtTest < Test::Unit::TestCase
                    
10  class IndifferentHash < HashWithIndifferentAccess
                    
                
date_time_ext_test.rb https://github.com/ghar/rails.git | Ruby | 394 lines
                    
3
                    
4class DateTimeExtCalculationsTest < Test::Unit::TestCase
                    
5  def test_to_s
                    
                
multibyte_chars_test.rb https://github.com/ghar/rails.git | Ruby | 703 lines
                    
11
                    
12class MultibyteCharsTest < Test::Unit::TestCase
                    
13  include MultibyteTestHelpers
                    
98
                    
99class MultibyteCharsUTF8BehaviourTest < Test::Unit::TestCase
                    
100  include MultibyteTestHelpers
                    
                
inflector_test.rb https://github.com/ghar/rails.git | Ruby | 451 lines
                    
12
                    
13class InflectorTest < Test::Unit::TestCase
                    
14  include InflectorTestCases
                    
                
dependencies_test.rb https://github.com/ghar/rails.git | Ruby | 881 lines
                    
16
                    
17class DependenciesTest < Test::Unit::TestCase
                    
18  def teardown
                    
336    assert ActiveSupport::Dependencies.qualified_const_defined?("::Object::Kernel")
                    
337    assert ActiveSupport::Dependencies.qualified_const_defined?("::Test::Unit::TestCase")
                    
338  end
                    
                
callbacks_test.rb https://github.com/ghar/rails.git | Ruby | 639 lines
                    
160
                    
161  class OneTimeCompileTest < Test::Unit::TestCase
                    
162    def test_optimized_first_compile
                    
179
                    
180  class AfterSaveConditionalPersonCallbackTest < Test::Unit::TestCase
                    
181    def test_after_save_runs_in_the_reverse_order
                    
347
                    
348  class AroundCallbacksTest < Test::Unit::TestCase
                    
349    def test_save_around
                    
366  
                    
367  class AroundCallbackResultTest < Test::Unit::TestCase
                    
368    def test_save_around
                    
374
                    
375  class SkipCallbacksTest < Test::Unit::TestCase
                    
376    def test_skip_person
                    
                
base_test.rb https://github.com/ghar/rails.git | Ruby | 1136 lines
                    
14
                    
15class BaseTest < Test::Unit::TestCase
                    
16  def setup
                    
                
selector_test.rb https://github.com/ghar/rails.git | Ruby | 629 lines
                    
9
                    
10class SelectorTest < Test::Unit::TestCase
                    
11  #
                    
                
routing_test.rb https://github.com/ghar/rails.git | Ruby | 1433 lines
                    
20# See RFC 3986, section 3.3 for allowed path characters.
                    
21class UriReservedCharactersRoutingTest < Test::Unit::TestCase
                    
22  include RoutingTestHelpers
                    
80
                    
81class LegacyRouteSetTests < Test::Unit::TestCase
                    
82  include RoutingTestHelpers
                    
                
integration_test.rb https://github.com/ghar/rails.git | Ruby | 538 lines
                    
4
                    
5class SessionTest < Test::Unit::TestCase
                    
6  StubApp = lambda { |env|
                    
167
                    
168class IntegrationTestTest < Test::Unit::TestCase
                    
169  def setup
                    
                
catcher_test.rb https://bitbucket.org/resumenothing/expertiza.git | Ruby | 331 lines
                    
2
                    
3class ActionControllerCatcherTest < Test::Unit::TestCase
                    
4
                    
                
callbacks_test.rb https://github.com/t2a89/rails.git | Ruby | 528 lines
                    
141
                    
142  class OneTimeCompileTest < Test::Unit::TestCase
                    
143    def test_optimized_first_compile
                    
281
                    
282  class AroundCallbacksTest < Test::Unit::TestCase
                    
283    def test_save_around
                    
300
                    
301  class SkipCallbacksTest < Test::Unit::TestCase
                    
302    def test_skip_person
                    
319
                    
320  class CallbacksTest < Test::Unit::TestCase
                    
321    def test_save_person
                    
339
                    
340  class ConditionalCallbackTest < Test::Unit::TestCase
                    
341    def test_save_conditional_person
                    
                
test_oci8.rb https://github.com/yaks/ruby-oci8.git | Ruby | 434 lines
                    
6
                    
7class TestOCI8 < Test::Unit::TestCase
                    
8
                    
                
simple_test.rb https://github.com/C3/activerecord-jdbc-adapter.git | Ruby | 258 lines
                    
9
                    
10class PostgresSimpleTest < Test::Unit::TestCase
                    
11  include SimpleTestMethods
                    
160
                    
161class PostgresTimestampTest < Test::Unit::TestCase
                    
162  
                    
237
                    
238class PostgresDeserializationTest < Test::Unit::TestCase
                    
239
                    
255
                    
256class PostgresHasManyThroughTest < Test::Unit::TestCase
                    
257  include HasManyThroughMethods
                    
                
test_order.rb https://gitlab.com/MichelZuniga/ruby | Ruby | 109 lines
                    
8module REXMLTests
                    
9  class OrderTester < Test::Unit::TestCase
                    
10    include REXMLTestUtils
                    
                
test_httpauth.rb https://github.com/shugo/jruby.git | Ruby | 348 lines
                    
9
                    
10class TestWEBrickHTTPAuth < Test::Unit::TestCase
                    
11  def teardown
                    
                
array_ext_test.rb https://github.com/skdaksh/authlogic_example.git | Ruby | 356 lines
                    
3
                    
4class ArrayExtAccessTests < Test::Unit::TestCase
                    
5  def test_from
                    
27
                    
28class ArrayExtToParamTests < Test::Unit::TestCase
                    
29  class ToParam < String
                    
49
                    
50class ArrayExtToSentenceTests < Test::Unit::TestCase
                    
51  include ActiveSupport::Testing::Deprecation
                    
102
                    
103class ArrayExtToSTests < Test::Unit::TestCase
                    
104  def test_to_s_db
                    
115
                    
116class ArrayExtGroupingTests < Test::Unit::TestCase
                    
117  def test_in_groups_of_with_perfect_fit
                    
                
tsort.rb https://gitlab.com/essere.lab.public/qualitas.class-corpus | Ruby | 290 lines
                    
263
                    
264  class TSortTest < Test::Unit::TestCase # :nodoc:
                    
265    def test_dag
                    
                
test_date_new.rb https://gitlab.com/essere.lab.public/qualitas.class-corpus | Ruby | 271 lines
                    
3
                    
4class TestDateNew < Test::Unit::TestCase
                    
5
                    
                
work_time_schedule_test.rb https://bitbucket.org/srmoscow/holiday_calendar.git | Ruby | 260 lines
                    
5
                    
6class WorkTimeScheduleTest < Test::Unit::TestCase
                    
7    
                    
                
test_eval.rb https://github.com/rkh/jruby.git | Ruby | 418 lines
                    
3
                    
4class TestEval < Test::Unit::TestCase
                    
5
                    
                
test_rinda.rb https://github.com/replit/emscripted-ruby.git | Ruby | 542 lines
                    
511
                    
512class TupleSpaceTest < Test::Unit::TestCase
                    
513  include TupleSpaceTestModule
                    
520
                    
521class TupleSpaceProxyTest < Test::Unit::TestCase
                    
522  include TupleSpaceTestModule
                    
                
test_settracefunc.rb https://gitlab.com/klauer/ruby | Ruby | 373 lines
                    
2
                    
3class TestSetTraceFunc < Test::Unit::TestCase
                    
4  def setup
                    
                
test_filehandler.rb https://gitlab.com/0072016/0072016-ruby | Ruby | 324 lines
                    
6
                    
7class WEBrick::TestFileHandler < Test::Unit::TestCase
                    
8  def teardown
                    
                
test_integer.rb https://gitlab.com/lfauts/ruby | Ruby | 348 lines
                    
3
                    
4class TestInteger < Test::Unit::TestCase
                    
5  BDSIZE = 0x4000000000000000.coerce(0)[0].size
                    
                
storage_test.rb https://github.com/pilotcreative/paperclip.git | Ruby | 343 lines
                    
3
                    
4class StorageTest < Test::Unit::TestCase
                    
5  def rails_env(env)
                    
                
test_configure_proxy.rb https://gitlab.com/vectorci/fluentd | Ruby | 386 lines
                    
4module Fluent::Config
                    
5  class TestConfigureProxy < ::Test::Unit::TestCase
                    
6    setup do
                    
                
 

Source

Language