Class: Buildr::TestFramework::Java
- Defined in:
- lib/buildr/java/tests.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
#dependencies, #initialize, #run, #tests, to_sym
Constructor Details
This class inherits a constructor from Buildr::TestFramework::Base
Class Method Details
.applies_to?(project) ⇒ Boolean
:nodoc:
23 24 25 |
# File 'lib/buildr/java/tests.rb', line 23 def applies_to?(project) #:nodoc: project.test.compile.language == :java end |
.dependencies ⇒ Object
27 28 29 |
# File 'lib/buildr/java/tests.rb', line 27 def dependencies super end |