Table of Contents

Class AllCategoriesFilter

Namespace
BenchmarkDotNet.Filters
Assembly
BenchmarkDotNet.dll

Filter benchmarks which have all the target categories

public class AllCategoriesFilter : IFilter
Inheritance
AllCategoriesFilter
Implements

Constructors

AllCategoriesFilter(string[])

public AllCategoriesFilter(string[] targetCategories)

Parameters

targetCategories string[]
Filter benchmarks which have all the target categories

Methods

Predicate(BenchmarkCase)

public bool Predicate(BenchmarkCase benchmarkCase)

Parameters

benchmarkCase BenchmarkCase
Filter benchmarks which have all the target categories

Returns

bool
Filter benchmarks which have all the target categories