foam-framework
Version:
MVC metaprogramming framework
20 lines (19 loc) • 689 B
HTML
<html>
<head>
<link rel="stylesheet" type="text/css" href="../../../../../core/foam.css" />
<script language="javascript" src="../../../../../core/bootFOAM.js"></script>
<title>Calculator Unit Tests</title>
<style>
h3 {color: #444;}
#passed { color: green; }
#failed { color: red; }
.code {width:900px; white-space: pre; border: 1px solid; padding: 5px; font-family: monospace;}
.output {width:900px; white-space: pre; border: 1px solid; padding: 5px; color: blue;}
.error {border: 2px solid red;}
.description { margin-left: 20px; font-size: 115%; }
</style>
</head>
<body>
<foam model="foam.apps.calc.test.TestRunner"></foam>
</body>
</html>