Rename tests

Summary: Rename test files to use new name

Reviewed By: gkassabli

Differential Revision: D4265235

fbshipit-source-id: 0090d3949828058baf7435f33d4068de92756bad
This commit is contained in:
Emil Sjolander
2016-12-03 04:40:21 -08:00
committed by Facebook Github Bot
parent dda24b1e23
commit 6339467b6d
69 changed files with 203 additions and 203 deletions

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
// @Generated by gentest/gentest.rb from gentest/fixtures/CSSLayoutAbsolutePositionTest.html
// @Generated by gentest/gentest.rb from gentest/fixtures/YGAbsolutePositionTest.html
using System;
using NUnit.Framework;
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace Facebook.Yoga
{
[TestFixture]
public class CSSLayoutAbsolutePositionTest
public class YGAbsolutePositionTest
{
[Test]
public void Test_absolute_layout_width_height_start_top()

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
// @Generated by gentest/gentest.rb from gentest/fixtures/CSSLayoutAlignContentTest.html
// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignContentTest.html
using System;
using NUnit.Framework;
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace Facebook.Yoga
{
[TestFixture]
public class CSSLayoutAlignContentTest
public class YGAlignContentTest
{
[Test]
public void Test_align_content_flex_start()

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
// @Generated by gentest/gentest.rb from gentest/fixtures/CSSLayoutAlignItemsTest.html
// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignItemsTest.html
using System;
using NUnit.Framework;
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace Facebook.Yoga
{
[TestFixture]
public class CSSLayoutAlignItemsTest
public class YGAlignItemsTest
{
[Test]
public void Test_align_items_stretch()

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
// @Generated by gentest/gentest.rb from gentest/fixtures/CSSLayoutAlignSelfTest.html
// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignSelfTest.html
using System;
using NUnit.Framework;
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace Facebook.Yoga
{
[TestFixture]
public class CSSLayoutAlignSelfTest
public class YGAlignSelfTest
{
[Test]
public void Test_align_self_center()

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
// @Generated by gentest/gentest.rb from gentest/fixtures/CSSLayoutBorderTest.html
// @Generated by gentest/gentest.rb from gentest/fixtures/YGBorderTest.html
using System;
using NUnit.Framework;
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace Facebook.Yoga
{
[TestFixture]
public class CSSLayoutBorderTest
public class YGBorderTest
{
[Test]
public void Test_border_no_size()

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
// @Generated by gentest/gentest.rb from gentest/fixtures/CSSLayoutFlexDirectionTest.html
// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexDirectionTest.html
using System;
using NUnit.Framework;
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace Facebook.Yoga
{
[TestFixture]
public class CSSLayoutFlexDirectionTest
public class YGFlexDirectionTest
{
[Test]
public void Test_flex_direction_column_no_height()

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
// @Generated by gentest/gentest.rb from gentest/fixtures/CSSLayoutFlexTest.html
// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexTest.html
using System;
using NUnit.Framework;
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace Facebook.Yoga
{
[TestFixture]
public class CSSLayoutFlexTest
public class YGFlexTest
{
[Test]
public void Test_flex_basis_flex_grow_column()

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
// @Generated by gentest/gentest.rb from gentest/fixtures/CSSLayoutFlexWrapTest.html
// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexWrapTest.html
using System;
using NUnit.Framework;
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace Facebook.Yoga
{
[TestFixture]
public class CSSLayoutFlexWrapTest
public class YGFlexWrapTest
{
[Test]
public void Test_wrap_column()

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
// @Generated by gentest/gentest.rb from gentest/fixtures/CSSLayoutJustifyContentTest.html
// @Generated by gentest/gentest.rb from gentest/fixtures/YGJustifyContentTest.html
using System;
using NUnit.Framework;
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace Facebook.Yoga
{
[TestFixture]
public class CSSLayoutJustifyContentTest
public class YGJustifyContentTest
{
[Test]
public void Test_justify_content_row_flex_start()

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
// @Generated by gentest/gentest.rb from gentest/fixtures/CSSLayoutMarginTest.html
// @Generated by gentest/gentest.rb from gentest/fixtures/YGMarginTest.html
using System;
using NUnit.Framework;
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace Facebook.Yoga
{
[TestFixture]
public class CSSLayoutMarginTest
public class YGMarginTest
{
[Test]
public void Test_margin_start()

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
// @Generated by gentest/gentest.rb from gentest/fixtures/CSSLayoutMinMaxDimensionTest.html
// @Generated by gentest/gentest.rb from gentest/fixtures/YGMinMaxDimensionTest.html
using System;
using NUnit.Framework;
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace Facebook.Yoga
{
[TestFixture]
public class CSSLayoutMinMaxDimensionTest
public class YGMinMaxDimensionTest
{
[Test]
public void Test_max_width()

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
// @Generated by gentest/gentest.rb from gentest/fixtures/CSSLayoutPaddingTest.html
// @Generated by gentest/gentest.rb from gentest/fixtures/YGPaddingTest.html
using System;
using NUnit.Framework;
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace Facebook.Yoga
{
[TestFixture]
public class CSSLayoutPaddingTest
public class YGPaddingTest
{
[Test]
public void Test_padding_no_size()

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
// @Generated by gentest/gentest.rb from gentest/fixtures/CSSLayoutRoundingTest.html
// @Generated by gentest/gentest.rb from gentest/fixtures/YGRoundingTest.html
using System;
using NUnit.Framework;
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace Facebook.Yoga
{
[TestFixture]
public class CSSLayoutRoundingTest
public class YGRoundingTest
{
[Test]
public void Test_rounding_flex_basis_flex_grow_row_width_of_100()