xboa
|
Variables | |
run_test = xboa.test.TestTools.run_test | |
run_test_group = xboa.test.TestTools.run_test_group | |
__float_tol = xboa.test.TestTools.__float_tol | |
parse_tests = xboa.test.TestTools.parse_tests | |
__test_root_hist = xboa.test.TestTools.test_root_hist | |
__test_root_canvas = xboa.test.TestTools.test_root_canvas | |
__test_root_graph = xboa.test.TestTools.test_root_graph | |
def xboa.test.CommonTest.common_substitute_test | ( | ) |
Definition at line 43 of file CommonTest.py.
|
private |
Definition at line 58 of file CommonTest.py.
References xboa.test.CommonTest.__sin_x().
|
private |
Definition at line 64 of file CommonTest.py.
Referenced by xboa.test.CommonTest.__sin_x_one_pass(), xboa.test.CommonTest.common_nd_newton_raphson1_test(), and xboa.test.CommonTest.common_nd_newton_raphson2_test().
def xboa.test.CommonTest.common_nd_newton_raphson1_test | ( | ) |
Definition at line 71 of file CommonTest.py.
References xboa.test.CommonTest.__sin_x().
def xboa.test.CommonTest.common_nd_newton_raphson2_test | ( | ) |
Definition at line 78 of file CommonTest.py.
References xboa.test.CommonTest.__sin_x().
def xboa.test.CommonTest.common_has_root_test | ( | ) |
Definition at line 85 of file CommonTest.py.
def xboa.test.CommonTest.common_has_numpy_test | ( | ) |
Definition at line 92 of file CommonTest.py.
def xboa.test.CommonTest.common_has_json_test | ( | ) |
Definition at line 99 of file CommonTest.py.
def xboa.test.CommonTest.common_make_root_canvas_test | ( | ) |
Definition at line 107 of file CommonTest.py.
References xboa.test.CommonTest.__test_root_canvas.
def xboa.test.CommonTest.common_n_bins_test | ( | ) |
Definition at line 116 of file CommonTest.py.
|
private |
Definition at line 128 of file CommonTest.py.
Referenced by xboa.test.CommonTest.common_make_matplot_graph_test(), xboa.test.CommonTest.common_make_matplot_histogram_test(), xboa.test.CommonTest.common_make_matplot_multigraph_test(), xboa.test.CommonTest.common_make_matplot_scatter_test(), xboa.test.CommonTest.common_make_root_graph_test(), xboa.test.CommonTest.common_make_root_histogram_test(), and xboa.test.CommonTest.common_make_root_multigraph_test().
def xboa.test.CommonTest.common_min_max_test | ( | ) |
Definition at line 134 of file CommonTest.py.
def xboa.test.CommonTest.common_multisort_test | ( | ) |
Definition at line 157 of file CommonTest.py.
def xboa.test.CommonTest.common_get_bin_edges_test | ( | ) |
Definition at line 164 of file CommonTest.py.
|
private |
Definition at line 179 of file CommonTest.py.
Referenced by xboa.test.CommonTest.common_histogram_test().
def xboa.test.CommonTest.common_histogram_test | ( | ) |
Definition at line 205 of file CommonTest.py.
References xboa.test.CommonTest.__build_test_histogram().
def xboa.test.CommonTest.common_make_root_histogram_test | ( | ) |
Definition at line 227 of file CommonTest.py.
References xboa.test.CommonTest.__sine_list(), and xboa.test.CommonTest.__test_root_hist.
def xboa.test.CommonTest.common_make_root_graph_test | ( | ) |
Definition at line 254 of file CommonTest.py.
References xboa.test.CommonTest.__sine_list(), xboa.test.CommonTest.__test_root_graph, and xboa.test.CommonTest.__test_root_hist.
def xboa.test.CommonTest.common_make_root_graph_2d_test | ( | ) |
Definition at line 275 of file CommonTest.py.
def xboa.test.CommonTest.common_make_root_multigraph_test | ( | ) |
Definition at line 278 of file CommonTest.py.
References xboa.test.CommonTest.__sine_list().
def xboa.test.CommonTest.common_wait_for_root_test | ( | ) |
Definition at line 297 of file CommonTest.py.
def xboa.test.CommonTest.common_has_matplot_test | ( | ) |
Definition at line 301 of file CommonTest.py.
def xboa.test.CommonTest.common_wait_for_matplot_test | ( | ) |
Definition at line 305 of file CommonTest.py.
def xboa.test.CommonTest.common_make_matplot_graph_test | ( | ) |
Definition at line 309 of file CommonTest.py.
References xboa.test.CommonTest.__sine_list().
def xboa.test.CommonTest.common_make_matplot_histogram_test | ( | ) |
Definition at line 316 of file CommonTest.py.
References xboa.test.CommonTest.__sine_list().
def xboa.test.CommonTest.common_make_matplot_scatter_test | ( | ) |
Definition at line 328 of file CommonTest.py.
References xboa.test.CommonTest.__sine_list().
def xboa.test.CommonTest.common_make_matplot_multigraph_test | ( | ) |
Definition at line 337 of file CommonTest.py.
References xboa.test.CommonTest.__sine_list().
def xboa.test.CommonTest.common_show_matplot_and_continue_test | ( | ) |
Definition at line 352 of file CommonTest.py.
|
private |
Definition at line 356 of file CommonTest.py.
|
private |
Definition at line 363 of file CommonTest.py.
|
private |
Definition at line 371 of file CommonTest.py.
def xboa.test.CommonTest.common_subprocess_test | ( | ) |
Definition at line 374 of file CommonTest.py.
def xboa.test.CommonTest.common_kolmogorov_smirnov_test_test | ( | ) |
Definition at line 379 of file CommonTest.py.
|
private |
Definition at line 395 of file CommonTest.py.
Referenced by xboa.test.CommonTest.common_kill_subprocesses_test().
def xboa.test.CommonTest.common_kill_subprocesses_test | ( | ) |
Definition at line 405 of file CommonTest.py.
References xboa.test.CommonTest.__is_alive().
def xboa.test.CommonTest.common_normalise_vector_test | ( | ) |
Definition at line 414 of file CommonTest.py.
def xboa.test.CommonTest.common_make_grid_test | ( | ) |
Definition at line 429 of file CommonTest.py.
def xboa.test.CommonTest.common_make_shell_test | ( | ) |
Definition at line 449 of file CommonTest.py.
|
private |
Definition at line 467 of file CommonTest.py.
def xboa.test.CommonTest.common_test_function_with_queue | ( | ) |
Definition at line 473 of file CommonTest.py.
def xboa.test.CommonTest.common_test_process_list | ( | ) |
Definition at line 486 of file CommonTest.py.
def xboa.test.CommonTest.test_common | ( | ) |
Definition at line 491 of file CommonTest.py.
References xboa.test.CommonTest.parse_tests, and xboa.test.CommonTest.run_test_group.
Referenced by xboa.test.XBOATest.test_all().
run_test = xboa.test.TestTools.run_test |
Definition at line 10 of file CommonTest.py.
run_test_group = xboa.test.TestTools.run_test_group |
Definition at line 11 of file CommonTest.py.
Referenced by xboa.test.CommonTest.test_common().
__float_tol = xboa.test.TestTools.__float_tol |
Definition at line 12 of file CommonTest.py.
parse_tests = xboa.test.TestTools.parse_tests |
Definition at line 13 of file CommonTest.py.
Referenced by xboa.test.CommonTest.test_common().
__test_root_hist = xboa.test.TestTools.test_root_hist |
Definition at line 14 of file CommonTest.py.
Referenced by xboa.test.CommonTest.common_make_root_graph_test(), and xboa.test.CommonTest.common_make_root_histogram_test().
__test_root_canvas = xboa.test.TestTools.test_root_canvas |
Definition at line 15 of file CommonTest.py.
Referenced by xboa.test.CommonTest.common_make_root_canvas_test().
__test_root_graph = xboa.test.TestTools.test_root_graph |
Definition at line 16 of file CommonTest.py.
Referenced by xboa.test.CommonTest.common_make_root_graph_test().