TargetLibrary


@Retention(value = AnnotationRetention.RUNTIME)
@Target(allowedTargets = [AnnotationTarget.CLASS])
@Inherited
annotation TargetLibrary


Annotation used by GtestRunner to determine which Gtest suite to run. Should be called with the name of the library containing the Gtest suite, e.g. TargetLibrary("mytest").

Summary

Public constructors

TargetLibrary(libraryName: String)

This function is deprecated. Library is deprecated

Public properties

String

This property is deprecated. Library is deprecated

Public constructors

TargetLibrary

Added in 1.0.0-alpha03
Deprecated in 1.0.0-alpha03
TargetLibrary(libraryName: String)

Public properties

libraryName

val libraryNameString