-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
35 lines (35 loc) · 1.64 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<head>
<title>Testura</title>
<link rel="stylesheet" type="text/css" href="Content/bootstrap.css">
<link rel="stylesheet" type="text/css" href="Content/Site.css">
</head>
<body>
<div class="tempSite">
<img src="Content/logo.png"/>
<div style="text-align: left">
<h2>Testura.Android</h2>
<p>Testura.Android is a lightweight test automation framework for Android built in C#. It contains tools and help classes to test, validate and interact with your Android device or emulator</p>
<p> <a href="/Android/index.html">Documentation and API </a> </p>
<h2>Testura.Code</h2>
<p>Testura.Code is a wrapper around the Roslyn API and used for generation, saving and and compiling C# code. It provides methods and helpers to generate classes, methods, statements and expressions.</p>
<p> <a href="/Code/index.html">Documentation and API </a> </p>
<h2>Contact</h2>
<p>
<a href="https://twitter.com/intent/tweet?screen_name=TesturaNet" class="twitter-mention-button" data-related="TesturaNet">Tweet to @@TesturaNet</a>
<script>
!function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + '://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
}
}(document, 'script', 'twitter-wjs');
</script>
</p>
</div>
</div>
</body>
</html>