Definition at line 9 of file ContextQueryTests.cs.
void Deveel.Data.Linq.ContextQueryTests.CreateContext |
( |
| ) |
|
|
inline |
Definition at line 11 of file ContextQueryTests.cs.
12 QueryContext context = null;
13 Assert.DoesNotThrow(() => context =
new EmptyTestQueryContext(
Query));
14 Assert.IsNotNull(context);
void Deveel.Data.Linq.ContextQueryTests.RequestEntryNotConfigured |
( |
| ) |
|
|
inline |
Definition at line 24 of file ContextQueryTests.cs.
25 var context =
new EmptyTestQueryContext(
Query);
26 Assert.Throws<QueryException>(() => context.Table<EmptyTestType>().FindById(1));
void Deveel.Data.Linq.ContextQueryTests.RequestTableNotConfigured |
( |
| ) |
|
|
inline |
Definition at line 18 of file ContextQueryTests.cs.
19 var context =
new EmptyTestQueryContext(
Query);
20 Assert.DoesNotThrow(() => context.Table<EmptyTestType>());
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb.linq.nunit/Deveel.Data.Linq/ContextQueryTests.cs