TargetLibrary


@Retention(value = AnnotationRetention.RUNTIME)
@Target(allowedTargets = [AnnotationTarget.CLASS])
@Inherited
public 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

This method is deprecated. Library is deprecated

Public methods

final @NonNull String

This method is deprecated. Library is deprecated

Public constructors

TargetLibrary

Added in 1.0.0-alpha03
Deprecated in 1.0.0-alpha03
public TargetLibrary(@NonNull String libraryName)

Public methods

getLibraryName

public final @NonNull String getLibraryName()