Netcode Unit Test plugin

I found there is Netcode Unit Test plugin in Unreal Editor.

How can I use this plugin? Where can I read the help documents about it?

Whats the story with this? @unreal homies

This article describes how to run Unit Tests:

However, it seems the Netcode Unit Test can only be run when running as a standalone game, and not when playing in editor.

(Side note: Running this on the ShooterGame project in 4.17.1 resulted in none of the tests succeeding.)

Just to add to this - Here is an example I created of IoC pattern + unit testing with Unreal Engine: https://github.com/jimmyt1988/UE-Testing

maybe this ?