void UKismetSystemLibrary::ExecuteConsoleCommand(UObject* WorldContextObject, const FString& Command, APlayerController* Player) { // First, try routing through the primary player APlayerController* TargetPC = Player ? Player : UGameplayStatics::GetP…
https://github.com/nunit/docs/wiki/Console-Command-Line The console interface runner is invoked by a command in the form NUNIT3-CONSOLE [inputfiles] [options] where inputfiles is one or more assemblies or test projects of a type that NUnit can proces…