test: make prerequisite lanes fail honestly
This commit is contained in:
parent
dfc841b779
commit
6faeb4a103
113 changed files with 424 additions and 336 deletions
|
|
@ -49,7 +49,7 @@ public sealed class ChargenPreviewControllerTests
|
|||
public void Rebuild_SameSelectionTwice_IsANoOpSecondTime()
|
||||
{
|
||||
if (!TryOpen(out DatCollection? dats, out DatCollectionAdapter? adapter))
|
||||
return;
|
||||
Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md.");
|
||||
using (dats)
|
||||
using (adapter)
|
||||
{
|
||||
|
|
@ -72,7 +72,7 @@ public sealed class ChargenPreviewControllerTests
|
|||
public void Rebuild_HeritageChange_ResetsCameraToTheNewHeritagesDefaultEye()
|
||||
{
|
||||
if (!TryOpen(out DatCollection? dats, out DatCollectionAdapter? adapter))
|
||||
return;
|
||||
Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md.");
|
||||
using (dats)
|
||||
using (adapter)
|
||||
{
|
||||
|
|
@ -119,7 +119,7 @@ public sealed class ChargenPreviewControllerTests
|
|||
public void Rebuild_AppearanceOnlyChange_LeavesTheCameraUntouched()
|
||||
{
|
||||
if (!TryOpen(out DatCollection? dats, out DatCollectionAdapter? adapter))
|
||||
return;
|
||||
Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md.");
|
||||
using (dats)
|
||||
using (adapter)
|
||||
{
|
||||
|
|
@ -147,7 +147,7 @@ public sealed class ChargenPreviewControllerTests
|
|||
public void Rebuild_PreservesZoomState_AcrossAnAppearanceOnlyChange()
|
||||
{
|
||||
if (!TryOpen(out DatCollection? dats, out DatCollectionAdapter? adapter))
|
||||
return;
|
||||
Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md.");
|
||||
using (dats)
|
||||
using (adapter)
|
||||
{
|
||||
|
|
@ -178,7 +178,7 @@ public sealed class ChargenPreviewControllerTests
|
|||
public void Rebuild_ThenRender_SeedsTheEntityHeadingToTheRetailDefault180Degrees()
|
||||
{
|
||||
if (!TryOpen(out DatCollection? dats, out DatCollectionAdapter? adapter))
|
||||
return;
|
||||
Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md.");
|
||||
using (dats)
|
||||
using (adapter)
|
||||
{
|
||||
|
|
@ -215,7 +215,7 @@ public sealed class ChargenPreviewControllerTests
|
|||
public void Rebuild_HeritageWithEnvironmentSetupId_SetsANonNullBackdrop()
|
||||
{
|
||||
if (!TryOpen(out DatCollection? dats, out DatCollectionAdapter? adapter))
|
||||
return;
|
||||
Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md.");
|
||||
using (dats)
|
||||
using (adapter)
|
||||
{
|
||||
|
|
@ -250,7 +250,7 @@ public sealed class ChargenPreviewControllerTests
|
|||
public void Rebuild_HeritageWithNoEnvironmentSetupId_LeavesTheBackdropAbsent()
|
||||
{
|
||||
if (!TryOpen(out DatCollection? dats, out DatCollectionAdapter? adapter))
|
||||
return;
|
||||
Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md.");
|
||||
using (dats)
|
||||
using (adapter)
|
||||
{
|
||||
|
|
@ -292,7 +292,7 @@ public sealed class ChargenPreviewControllerTests
|
|||
public void Rebuild_HeritageChange_SwapsTheBackdropEntity()
|
||||
{
|
||||
if (!TryOpen(out DatCollection? dats, out DatCollectionAdapter? adapter))
|
||||
return;
|
||||
Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md.");
|
||||
using (dats)
|
||||
using (adapter)
|
||||
{
|
||||
|
|
@ -345,7 +345,7 @@ public sealed class ChargenPreviewControllerTests
|
|||
public void Rebuild_AppearanceOnlyChange_DoesNotRebuildTheBackdrop()
|
||||
{
|
||||
if (!TryOpen(out DatCollection? dats, out DatCollectionAdapter? adapter))
|
||||
return;
|
||||
Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md.");
|
||||
using (dats)
|
||||
using (adapter)
|
||||
{
|
||||
|
|
@ -371,7 +371,7 @@ public sealed class ChargenPreviewControllerTests
|
|||
public void Render_WhilePageInvisible_SkipsRenderAndTexturePublication()
|
||||
{
|
||||
if (!TryOpen(out DatCollection? dats, out DatCollectionAdapter? adapter))
|
||||
return;
|
||||
Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md.");
|
||||
using (dats)
|
||||
using (adapter)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue