Commit
f3f8761140ea78550bee79cf00e115a401edaf66
require 'test_helper' at the top of every test
| |
1
| +require "test_helper" |
1
| require File.dirname(__FILE__) + '/../../../test/test_helper' |
2
| require File.dirname(__FILE__) + '/../../../test/test_helper' |
2
| require File.dirname(__FILE__) + '/../controllers/mezuro_plugin_myprofile_controller' |
3
| require File.dirname(__FILE__) + '/../controllers/mezuro_plugin_myprofile_controller' |
3
| |
4
| |
| |
1
| +require "test_helper" |
1
| class BaseToolClientTest < Test::Unit::TestCase |
2
| class BaseToolClientTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def setup |
4
| def setup |
| |
1
| +require "test_helper" |
1
| class ConfigurationClientTest < Test::Unit::TestCase |
2
| class ConfigurationClientTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def setup |
4
| def setup |
| |
1
| +require "test_helper" |
1
| class KalibroClientTest < Test::Unit::TestCase |
2
| class KalibroClientTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def setup |
4
| def setup |
| |
1
| +require "test_helper" |
1
| class ModuleResultClientTest < Test::Unit::TestCase |
2
| class ModuleResultClientTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def setup |
4
| def setup |
| |
1
| +require "test_helper" |
1
| class PortTest < Test::Unit::TestCase |
2
| class PortTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def setup |
4
| def setup |
| |
1
| +require "test_helper" |
1
| class ProjectClientTest < Test::Unit::TestCase |
2
| class ProjectClientTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def setup |
4
| def setup |
| |
1
| +require "test_helper" |
1
| class ProjectResultClientTest < Test::Unit::TestCase |
2
| class ProjectResultClientTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def setup |
4
| def setup |
| |
1
| +require "test_helper" |
1
| class BaseToolTest < Test::Unit::TestCase |
2
| class BaseToolTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.analizo |
4
| def self.analizo |
| |
1
| +require "test_helper" |
1
| class CompoundMetricTest < Test::Unit::TestCase |
2
| class CompoundMetricTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.sc |
4
| def self.sc |
| |
1
| +require "test_helper" |
1
| class CompoundMetricWithErrorTest < Test::Unit::TestCase |
2
| class CompoundMetricWithErrorTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.fixture |
4
| def self.fixture |
| |
1
| +require "test_helper" |
1
| class ConfigurationTest < Test::Unit::TestCase |
2
| class ConfigurationTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.kalibro_configuration |
4
| def self.kalibro_configuration |
| |
1
| +require "test_helper" |
1
| class EntityTest < Test::Unit::TestCase |
2
| class EntityTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def setup |
4
| def setup |
| |
1
| +require "test_helper" |
1
| class ErrorTest < Test::Unit::TestCase |
2
| class ErrorTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.fixture |
4
| def self.fixture |
| |
1
| +require "test_helper" |
1
| class MetricConfigurationTest < Test::Unit::TestCase |
2
| class MetricConfigurationTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.amloc_configuration |
4
| def self.amloc_configuration |
| |
1
| +require "test_helper" |
1
| class MetricResultTest < Test::Unit::TestCase |
2
| class MetricResultTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.amloc_result |
4
| def self.amloc_result |
| |
1
| +require "test_helper" |
1
| class MetricTest < Test::Unit::TestCase |
2
| class MetricTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def setup |
4
| def setup |
| |
1
| +require "test_helper" |
1
| class ModuleNodeTest < Test::Unit::TestCase |
2
| class ModuleNodeTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.qt_calculator_tree |
4
| def self.qt_calculator_tree |
| |
1
| +require "test_helper" |
1
| require File.dirname(__FILE__) + '/../../../../../../test/test_helper' |
2
| require File.dirname(__FILE__) + '/../../../../../../test/test_helper' |
2
| |
3
| |
3
| class ModuleResultTest < Test::Unit::TestCase |
4
| class ModuleResultTest < Test::Unit::TestCase |
| |
1
| +require "test_helper" |
1
| class ModuleTest < Test::Unit::TestCase |
2
| class ModuleTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.qt_calculator |
4
| def self.qt_calculator |
| |
1
| +require "test_helper" |
1
| class NativeMetricTest < Test::Unit::TestCase |
2
| class NativeMetricTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.total_cof |
4
| def self.total_cof |
| |
1
| +require "test_helper" |
1
| class ProjectResultTest < Test::Unit::TestCase |
2
| class ProjectResultTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.qt_calculator |
4
| def self.qt_calculator |
| |
1
| +require "test_helper" |
1
| class ProjectTest < Test::Unit::TestCase |
2
| class ProjectTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.qt_calculator |
4
| def self.qt_calculator |
| |
1
| +require "test_helper" |
1
| class RangeTest < Test::Unit::TestCase |
2
| class RangeTest < Test::Unit::TestCase |
2
| |
3
| |
3
| Infinity = 1.0/0.0 |
4
| Infinity = 1.0/0.0 |
| |
1
| +require "test_helper" |
1
| class RepositoryTest < Test::Unit::TestCase |
2
| class RepositoryTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.qt_calculator |
4
| def self.qt_calculator |
| |
1
| +require "test_helper" |
1
| class StackTraceElementTest < Test::Unit::TestCase |
2
| class StackTraceElementTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def self.fixture(method_name = 'stackTraceElementTestMethod', line_number = 42) |
4
| def self.fixture(method_name = 'stackTraceElementTestMethod', line_number = 42) |
| |
1
| +require "test_helper" |
1
| class ProjectContentTest < Test::Unit::TestCase |
2
| class ProjectContentTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def setup |
4
| def setup |
| |
1
| +require "test_helper" |
1
| class MezuroPluginTest < Test::Unit::TestCase |
2
| class MezuroPluginTest < Test::Unit::TestCase |
2
| |
3
| |
3
| def setup |
4
| def setup |