test: replace campaign labels with behavior names
This commit is contained in:
parent
e6fab96f12
commit
9c6b143a03
30 changed files with 135 additions and 97 deletions
|
|
@ -14,11 +14,11 @@ namespace AcDream.Core.Tests.Physics.Motion;
|
|||
/// </summary>
|
||||
public sealed class PositionManagerFacadeTests
|
||||
{
|
||||
private static (R5Host self, R5Host target, PositionManager pm) Setup()
|
||||
private static (PhysicsObjHostStub self, PhysicsObjHostStub target, PositionManager pm) Setup()
|
||||
{
|
||||
var world = new Dictionary<uint, R5Host>();
|
||||
var self = new R5Host(10u, world);
|
||||
var target = new R5Host(20u, world);
|
||||
var world = new Dictionary<uint, PhysicsObjHostStub>();
|
||||
var self = new PhysicsObjHostStub(10u, world);
|
||||
var target = new PhysicsObjHostStub(20u, world);
|
||||
return (self, target, new PositionManager(self));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue