Groovy Documentation

org.gradle.nativebinaries.test
[Java] Interface TestSuiteContainer

org.gradle.api.NamedDomainObjectSet
  org.gradle.api.PolymorphicDomainObjectContainer
      org.gradle.api.NamedDomainObjectContainer
          org.gradle.api.ExtensiblePolymorphicDomainObjectContainer
              org.gradle.nativebinaries.test.TestSuiteContainer
                  org.gradle.api.NamedDomainObjectCollection
                      java.lang.Iterable
                          org.gradle.api.DomainObjectCollection
                              org.gradle.util.Configurable
                                  java.util.Collection
All Superinterfaces:
NamedDomainObjectSet, PolymorphicDomainObjectContainer, NamedDomainObjectContainer, ExtensiblePolymorphicDomainObjectContainer, NamedDomainObjectCollection, Iterable, DomainObjectCollection, Configurable, Collection

@Incubating
public interface TestSuiteContainer
extends ExtensiblePolymorphicDomainObjectContainer

A polymorphic container of TestSuite instances.


Method Summary
 
Methods inherited from interface ExtensiblePolymorphicDomainObjectContainer
registerBinding, registerFactory, registerFactory
 
Methods inherited from interface PolymorphicDomainObjectContainer
create, create, maybeCreate
 
Methods inherited from interface NamedDomainObjectContainer
configure, create, create, create, maybeCreate
 
Methods inherited from interface NamedDomainObjectSet
findAll, matching, matching, withType
 

Gradle API 1.12