GtestRunner


class GtestRunner : Runner, Filterable


Custom Runner that implements a bridge between JUnit and GTest.

Use this Runner in a @RunWith annotation together with a @TargetLibrary annotation on an empty class to create a connected test that consists of native tests written against the Google Test Framework.

Summary

Public constructors

GtestRunner(testClass: Class<*>)

This function is deprecated. Library is deprecated

Public functions

open Unit
filter(filter: Filter)

This function is deprecated. Library is deprecated

open Description

This function is deprecated. Library is deprecated

open Unit
run(notifier: RunNotifier)

This function is deprecated. Library is deprecated

Public properties

open Description

This property is deprecated. Library is deprecated

Inherited functions

From org.junit.runner.Runner
open Int

This function is deprecated. Library is deprecated

Public constructors

GtestRunner

Added in 1.0.0-alpha03
Deprecated in 1.0.0-alpha03
GtestRunner(testClass: Class<*>)

Public functions

filter

Added in 1.0.0-alpha03
Deprecated in 1.0.0-alpha03
open fun filter(filter: Filter): Unit

getDescription

Added in 1.0.0-alpha03
Deprecated in 1.0.0-alpha03
open fun getDescription(): Description

run

Added in 1.0.0-alpha03
Deprecated in 1.0.0-alpha03
open fun run(notifier: RunNotifier): Unit

Public properties

description

Added in 1.0.0-alpha03
Deprecated in 1.0.0-alpha03
open val descriptionDescription