// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
class FNullTestRunner
{
public:
void RunTests(const TCHAR* Filter = nullptr) {}
};