Example usage for com.google.common.testing FakeTicker subclass-usage

List of usage examples for com.google.common.testing FakeTicker subclass-usage

Introduction

In this page you can find the example usage for com.google.common.testing FakeTicker subclass-usage.

Usage

From source file com.github.benmanes.caffeine.cache.testing.FakeTicker.java

/**
 * @author ben.manes@gmail.com (Ben Manes)
 */
public final class FakeTicker extends com.google.common.testing.FakeTicker implements Ticker, Serializable {
    private static final long serialVersionUID = 1L;
}