100+ results results for 'Test::Unit::TestCase lang:Ruby' (366 ms)
7 8class TriangleTestCase < MiniTest::Unit::TestCase 9 def setuptest_gc.rb https://github.com/luke-gru/ruby.git | Ruby | 454 lines
3 4class TestGc < Test::Unit::TestCase 5 class Stest_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_initgenerator_test.rb https://github.com/amacdougall/project-sprouts.git | Ruby | 387 lines
2 3class GeneratorTest < Test::Unit::TestCase 4 include Sprout::TestHelpertest_logdevice.rb https://gitlab.com/MichelZuniga/ruby | Ruby | 420 lines
7 8class TestLogDevice < Test::Unit::TestCase 9 class LogExcnRaisertemplate_test.rb https://gitlab.com/joncanady/poker_night | Ruby | 417 lines
42 43class TemplateTest < Test::Unit::TestCase 44 TEMPLATE_PATH = File.join(File.dirname(__FILE__), "templates")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 setupTestParse.rb https://gitlab.com/essere.lab.public/qualitas.class-corpus | Ruby | 503 lines
8 9class TestParse < Test::Unit::TestCase 10test_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::TestCaseusers_controller_test.rb http://irkensrailsspace.googlecode.com/svn/trunk/ | Ruby | 407 lines
6 7class UsersControllerTest < Test::Unit::TestCase 8 fixtures :allstorage_test.rb https://github.com/kmoormann/railscasts-episodes.git | Ruby | 277 lines
2 3class StorageTest < Test::Unit::TestCase 4 context "Parsing S3 credentials" dotest_x509store.rb https://github.com/rkh/jruby.git | Ruby | 218 lines
9 10class OpenSSL::TestX509Store < Test::Unit::TestCase 11 def setuptest_asn1.rb https://github.com/rkh/jruby.git | Ruby | 197 lines
7 8class OpenSSL::TestASN1 < Test::Unit::TestCase 9 def test_decodetest_float.rb https://github.com/rholewa/jruby.git | Ruby | 453 lines
2 3class TestFloat < Test::Unit::TestCase 4 def test_floattask_instrumentation_test.rb https://github.com/reillyse/rpm.git | Ruby | 188 lines
5 6class TaskInstrumentationTest < Test::Unit::TestCase 7 include NewRelic::Agent::Instrumentation::ControllerInstrumentationtest_x509crl.rb https://gitlab.com/essere.lab.public/qualitas.class-corpus | Ruby | 253 lines
9 10class OpenSSL::TestX509CRL < Test::Unit::TestCase 11 def setuptest_rendering.rb https://github.com/ganesan/padrino-framework.git | Ruby | 368 lines
3 4class TestRendering < Test::Unit::TestCase 5 def teardowndiv_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 MockStdoutTestCasetest_client.rb https://github.com/palladius/lovd-by-less.git | Ruby | 262 lines
6 7class TestClient < Test::Unit::TestCase 8 def setuprouting_test.rb https://github.com/github/rails.git | Ruby | 400 lines
4module ApplicationTests 5 class RoutingTest < Test::Unit::TestCase 6 include ActiveSupport::Testing::Isolationmarshaltestlib.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)test_relations.rb https://github.com/muffs/mumbls.git | Ruby | 330 lines
2 3class TestRelations < Test::Unit::TestCase 4 context "A company relation" dotest_json.rb https://gitlab.com/klauer/ruby | Ruby | 401 lines
25 26class TC_JSON < Test::Unit::TestCase 27 include JSONtest_properties.rb https://github.com/coatl/regexp_parser.git | Ruby | 315 lines
2 3class ScannerProperties < Test::Unit::TestCase 4spec.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. 149tc_data_timezone_info.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 282 lines
6 7class TCDataTimezoneInfo < Test::Unit::TestCase 8test_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 FileCreationinstance_methods_shoulda.rb https://bitbucket.org/daveed/acts_as_solr.git | Ruby | 326 lines
11 12class InstanceMethodsTest < Test::Unit::TestCase 13asset_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::TagHelperengine_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 4test_migration_generator.rb https://github.com/ganesan/padrino-framework.git | Ruby | 189 lines
2 3class TestMigrationGenerator < Test::Unit::TestCase 4 def setupauthorization_test.rb https://github.com/awscloudtest/rails.git | Ruby | 244 lines
2 3class AuthorizationTest < Test::Unit::TestCase 4 Response = Struct.new(:code)task_definition_test.rb https://github.com/wangmh/webistrano.git | Ruby | 101 lines
3 4class TaskDefinitionTest < Test::Unit::TestCase 5 def setupcallback_inheritance_test.rb https://github.com/awscloudtest/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_runningobject_test.rb https://github.com/culturecode/aws-s3.git | Ruby | 425 lines
2 3class RemoteS3ObjectTest < Test::Unit::TestCase 4 def setupnamespace_dsl_test.rb https://github.com/wangmh/webistrano.git | Ruby | 311 lines
3 4class ConfigurationNamespacesDSLTest < Test::Unit::TestCase 5 class MockConfigcompiled_templates_test.rb https://github.com/skdaksh/authlogic_example.git | Ruby | 203 lines
3 4class CompiledTemplatesTest < Test::Unit::TestCase 5atom_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 :requestvalidates_email_format_of.rb https://github.com/ebwolf/openstreetmap-website.git | Ruby | 97 lines
96 97Test::Unit::TestCase.extend(ValidatesEmailFormatOf::Shoulda) 98tc_timezone_melbourne.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 114 lines
6 7class TCTimezoneMelbourne < Test::Unit::TestCase 8 def test_2004string_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_stringtest_hipaa_837.rb https://github.com/PetResQ911/hippo.git | Ruby | 396 lines
4 5class TestHIPAA837 < MiniTest::Unit::TestCase 6handset_test.rb https://github.com/bluecat76/wurfl.git | Ruby | 110 lines
3 4class HandsetTest < Test::Unit::TestCase 5 def setuptest_timers.rb https://github.com/goking/eventmachine.git | Ruby | 160 lines
31 32class TestTimers < Test::Unit::TestCase 33helper.rb https://github.com/masterkain/paperclip.git | Ruby | 146 lines
30 31class Test::Unit::TestCase 32 def setuptest_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 setuptest_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 setuptc_timezone_period.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 509 lines
6 7class TCTimezonePeriod < Test::Unit::TestCase 8tc_timezone.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 964 lines
7 8class TCTimezone < Test::Unit::TestCase 9tc_time_or_datetime.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 422 lines
6 7class TCTimeOrDateTime < Test::Unit::TestCase 8 def test_initialize_timescss_test.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 2035 lines
4 5class ScssTest < Test::Unit::TestCase 6 include ScssTestHelpercss_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 ScssTestHelperscript_test.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 591 lines
19 20class SassScriptTest < Test::Unit::TestCase 21 include Sass::Scriptplugin_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_basicengine_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_basicformatter_test_case.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 698 lines
36 37class RDoc::Markup::FormatterTestCase < MiniTest::Unit::TestCase 38test_json.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 545 lines
23 24class TestJSON < Test::Unit::TestCase 25 include JSONtest_router.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 544 lines
4module Journey 5 class TestRouter < MiniTest::Unit::TestCase 6 attr_reader :routestest-main.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 752 lines
48 49class MainTest < Test::Unit::TestCase 50test-erubis.rb https://bitbucket.org/ohimmelreich/asalia-training.git | Ruby | 887 lines
15 16class ErubisTest < Test::Unit::TestCase 17test_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 setupintegration_test.rb https://github.com/retohuber/edu.git | Ruby | 481 lines
2 3class IntegrationTest < Test::Unit::TestCase 4 context "Many models at once" doattachment_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" dostandard_tag_test.rb https://github.com/peertransfer/liquid.git | Ruby | 461 lines
2 3class StandardTagTest < Test::Unit::TestCase 4 include Liquidengine_test.rb https://github.com/ghar/rails.git | Ruby | 669 lines
6module RailtiesTest 7 class EngineTest < Test::Unit::TestCase 8configuration_test.rb https://github.com/ghar/rails.git | Ruby | 529 lines
15module ApplicationTests 16 class ConfigurationTest < Test::Unit::TestCase 17 include ActiveSupport::Testing::Isolationtime_with_zone_test.rb https://github.com/ghar/rails.git | Ruby | 926 lines
4 5class TimeWithZoneTest < Test::Unit::TestCase 6hash_ext_test.rb https://github.com/ghar/rails.git | Ruby | 1154 lines
8 9class HashExtTest < Test::Unit::TestCase 10 class IndifferentHash < HashWithIndifferentAccessdate_time_ext_test.rb https://github.com/ghar/rails.git | Ruby | 394 lines
3 4class DateTimeExtCalculationsTest < Test::Unit::TestCase 5 def test_to_smultibyte_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 MultibyteTestHelpersinflector_test.rb https://github.com/ghar/rails.git | Ruby | 451 lines
12 13class InflectorTest < Test::Unit::TestCase 14 include InflectorTestCasesdependencies_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 endcallbacks_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_personbase_test.rb https://github.com/ghar/rails.git | Ruby | 1136 lines
14 15class BaseTest < Test::Unit::TestCase 16 def setupselector_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 RoutingTestHelpersintegration_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 setupcatcher_test.rb https://bitbucket.org/resumenothing/expertiza.git | Ruby | 331 lines
2 3class ActionControllerCatcherTest < Test::Unit::TestCase 4callbacks_test.rb https://github.com/ravinderrana/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_persontest_oci8.rb https://github.com/yaks/ruby-oci8.git | Ruby | 434 lines
6 7class TestOCI8 < Test::Unit::TestCase 8simple_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 HasManyThroughMethodstest_order.rb https://gitlab.com/MichelZuniga/ruby | Ruby | 109 lines
8module REXMLTests 9 class OrderTester < Test::Unit::TestCase 10 include REXMLTestUtilstest_httpauth.rb https://github.com/shugo/jruby.git | Ruby | 348 lines
9 10class TestWEBrickHTTPAuth < Test::Unit::TestCase 11 def teardownarray_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_fittest_date_new.rb https://gitlab.com/essere.lab.public/qualitas.class-corpus | Ruby | 271 lines
3 4class TestDateNew < Test::Unit::TestCase 5tsort.rb https://gitlab.com/essere.lab.public/qualitas.class-corpus | Ruby | 290 lines
263 264 class TSortTest < Test::Unit::TestCase # :nodoc: 265 def test_dagwork_time_schedule_test.rb https://bitbucket.org/srmoscow/holiday_calendar.git | Ruby | 260 lines
5 6class WorkTimeScheduleTest < Test::Unit::TestCase 7test_eval.rb https://github.com/rkh/jruby.git | Ruby | 418 lines
3 4class TestEval < Test::Unit::TestCase 5test_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 TupleSpaceTestModuletest_settracefunc.rb https://gitlab.com/klauer/ruby | Ruby | 373 lines
2 3class TestSetTraceFunc < Test::Unit::TestCase 4 def setuptest_filehandler.rb https://gitlab.com/0072016/0072016-ruby | Ruby | 324 lines
6 7class WEBrick::TestFileHandler < Test::Unit::TestCase 8 def teardowntest_integer.rb https://gitlab.com/lfauts/ruby | Ruby | 348 lines
3 4class TestInteger < Test::Unit::TestCase 5 BDSIZE = 0x4000000000000000.coerce(0)[0].sizestorage_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 dotest_time.rb https://gitlab.com/essere.lab.public/qualitas.class-corpus | Ruby | 699 lines
20 21class TestTime < Test::Unit::TestCase 22test_string.rb https://gitlab.com/essere.lab.public/qualitas.class-corpus | Ruby | 1393 lines
21 22class TestString < Test::Unit::TestCase 23 IS19 = RUBY_VERSION =~ /1\.9/