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
package com.facebook.csslayout;
@@ -15,7 +15,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CSSLayoutAbsolutePositionTest {
public class YGAbsolutePositionTest {
@Test
public void test_absolute_layout_width_height_start_top() {
final CSSNode root = new CSSNode();

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
package com.facebook.csslayout;
@@ -15,7 +15,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CSSLayoutAlignContentTest {
public class YGAlignContentTest {
@Test
public void test_align_content_flex_start() {
final CSSNode root = new CSSNode();

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
package com.facebook.csslayout;
@@ -15,7 +15,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CSSLayoutAlignItemsTest {
public class YGAlignItemsTest {
@Test
public void test_align_items_stretch() {
final CSSNode root = new CSSNode();

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
package com.facebook.csslayout;
@@ -15,7 +15,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CSSLayoutAlignSelfTest {
public class YGAlignSelfTest {
@Test
public void test_align_self_center() {
final CSSNode root = new CSSNode();

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
package com.facebook.csslayout;
@@ -15,7 +15,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CSSLayoutBorderTest {
public class YGBorderTest {
@Test
public void test_border_no_size() {
final CSSNode root = new CSSNode();

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
package com.facebook.csslayout;
@@ -15,7 +15,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CSSLayoutFlexDirectionTest {
public class YGFlexDirectionTest {
@Test
public void test_flex_direction_column_no_height() {
final CSSNode root = new CSSNode();

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
package com.facebook.csslayout;
@@ -15,7 +15,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CSSLayoutFlexTest {
public class YGFlexTest {
@Test
public void test_flex_basis_flex_grow_column() {
final CSSNode root = new CSSNode();

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
package com.facebook.csslayout;
@@ -15,7 +15,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CSSLayoutFlexWrapTest {
public class YGFlexWrapTest {
@Test
public void test_wrap_column() {
final CSSNode root = new CSSNode();

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
package com.facebook.csslayout;
@@ -15,7 +15,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CSSLayoutJustifyContentTest {
public class YGJustifyContentTest {
@Test
public void test_justify_content_row_flex_start() {
final CSSNode root = new CSSNode();

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
package com.facebook.csslayout;
@@ -15,7 +15,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CSSLayoutMarginTest {
public class YGMarginTest {
@Test
public void test_margin_start() {
final CSSNode root = new CSSNode();

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
package com.facebook.csslayout;
@@ -15,7 +15,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CSSLayoutMinMaxDimensionTest {
public class YGMinMaxDimensionTest {
@Test
public void test_max_width() {
final CSSNode root = new CSSNode();

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
package com.facebook.csslayout;
@@ -15,7 +15,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CSSLayoutPaddingTest {
public class YGPaddingTest {
@Test
public void test_padding_no_size() {
final CSSNode root = new CSSNode();

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
package com.facebook.csslayout;
@@ -15,7 +15,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CSSLayoutRoundingTest {
public class YGRoundingTest {
@Test
public void test_rounding_flex_basis_flex_grow_row_width_of_100() {
CSSNode.setExperimentalFeatureEnabled(YogaExperimentalFeature.ROUNDING, true);

View File

@@ -14,7 +14,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
public class CSSNodeTest {
public class YogaNodeTest {
@Test
public void testInit() {