Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Helios
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Lorych
Helios
Commits
931e8748
Commit
931e8748
authored
3 years ago
by
Daniel Lorych
Browse files
Options
Downloads
Patches
Plain Diff
Add placeholder tests for PowerDistribution
parent
80bbbc20
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
UnitTests/PowerDistributionTests.cs
+30
-4
30 additions, 4 deletions
UnitTests/PowerDistributionTests.cs
with
30 additions
and
4 deletions
UnitTests/PowerDistributionTests.cs
+
30
−
4
View file @
931e8748
...
...
@@ -5,16 +5,42 @@ namespace UnitTests
{
public
class
PowerDistributionTests
{
[
SetUp
]
public
void
Setup
()
[
Test
]
public
void
GetPowerOutput_MockNumbers_ReturnsExpected
()
{
Assert
.
Pass
();
}
[
Test
]
public
void
GetBaseLoad_MockNumbers_ReturnsExpected
()
{
Assert
.
Pass
();
}
[
Test
]
public
void
GetPowerBalence_MockNumbers_ReturnsExpected
()
{
Assert
.
Pass
();
}
[
Test
]
public
void
Test1
()
public
void
GetCharge_MockNumbers_ReturnsExpected
()
{
Assert
.
Pass
();
}
[
Test
]
public
void
GetStateOfChargeAtTime_MockNumbers_ReturnsExpected
()
{
Assert
.
Pass
();
}
[
Test
]
public
void
GetDepthOfDischarge_MockNumbers_ReturnsExpected
()
{
Assert
.
Pass
();
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment