Kotlin Exercises

This commit is contained in:
2018-06-21 09:59:10 -05:00
parent c0f0c379fa
commit 51aa078388
321 changed files with 2520 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="RnaTranscriptionTest" tests="5" skipped="0" failures="0" errors="0" timestamp="2018-06-21T14:34:11" hostname="kain" time="0.014">
<properties/>
<testcase name="thymineComplementIsAdenine" classname="RnaTranscriptionTest" time="0.013"/>
<testcase name="adenineComplementIsUracil" classname="RnaTranscriptionTest" time="0.0"/>
<testcase name="rnaTranscription" classname="RnaTranscriptionTest" time="0.0"/>
<testcase name="guanineComplementIsCytosine" classname="RnaTranscriptionTest" time="0.001"/>
<testcase name="cytosineComplementIsGuanine" classname="RnaTranscriptionTest" time="0.0"/>
<system-out><![CDATA[]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>