This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
wesvirus
/
edaBit-coding-challenges
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
94f3018cec
Větve
Značky
master
edaBit-codin...
/
How-Edabit-Works
/
unitTest.cpp
unitTest.cpp
94 B
Historie
Surový
1
2
3
4
5
6
7
Describe(return_true)
{
It(test1)
{
Assert::That(returnTrue(), Equals(true));
}
};