mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
Mark layout tests as headless and combine namespaces
This commit is contained in:
@@ -5,12 +5,14 @@ using NUnit.Framework;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.Shapes;
|
||||
using osu.Framework.Testing;
|
||||
using osu.Framework.Tests.Visual;
|
||||
using osu.Framework.Utils;
|
||||
using osuTK;
|
||||
|
||||
namespace osu.Framework.Tests.Layout.ContainerLayout
|
||||
namespace osu.Framework.Tests.Layout
|
||||
{
|
||||
[HeadlessTest]
|
||||
public class TestSceneContainerLayout : FrameworkTestScene
|
||||
{
|
||||
/// <summary>
|
||||
@@ -5,13 +5,15 @@ using NUnit.Framework;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.Shapes;
|
||||
using osu.Framework.Testing;
|
||||
using osu.Framework.Tests.Visual;
|
||||
using osu.Framework.Utils;
|
||||
using osuTK;
|
||||
using osuTK.Graphics;
|
||||
|
||||
namespace osu.Framework.Tests.Layout.DrawableLayout
|
||||
namespace osu.Framework.Tests.Layout
|
||||
{
|
||||
[HeadlessTest]
|
||||
public class TestSceneDrawableLayout : FrameworkTestScene
|
||||
{
|
||||
/// <summary>
|
||||
@@ -5,12 +5,14 @@ using NUnit.Framework;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.Shapes;
|
||||
using osu.Framework.Testing;
|
||||
using osu.Framework.Tests.Visual;
|
||||
using osu.Framework.Utils;
|
||||
using osuTK;
|
||||
|
||||
namespace osu.Framework.Tests.Layout.GridContainerLayout
|
||||
namespace osu.Framework.Tests.Layout
|
||||
{
|
||||
[HeadlessTest]
|
||||
public class TestSceneGridContainerLayout : FrameworkTestScene
|
||||
{
|
||||
/// <summary>
|
||||
Reference in New Issue
Block a user