feat: Moves info view feature to it's own module.
This commit is contained in:
@@ -71,6 +71,7 @@ final class PositiveNumericTests: XCTestCase {
|
||||
|
||||
@Test(
|
||||
"Values are positive only",
|
||||
.tags(.sharedModel),
|
||||
arguments: [
|
||||
0.1,
|
||||
-0.1
|
||||
@@ -83,6 +84,7 @@ final class PositiveNumericTests: XCTestCase {
|
||||
|
||||
@Test(
|
||||
"PlenumDimension area calculation",
|
||||
.tags(.sharedModel),
|
||||
arguments: [
|
||||
(PlenumDimension.rectangular(width: 24, height: 12), 2),
|
||||
(PlenumDimension.round(16), 1.4)
|
||||
|
||||
Reference in New Issue
Block a user