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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826
|
/* testreadonlylist.c generated by valac 0.56.17, the Vala compiler
* generated from testreadonlylist.vala, do not modify */
/* testreadonlylist.vala
*
* Copyright (C) 2008 Jürg Billeter
* Copyright (C) 2009 Didier Villevalois
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* Author:
* Tomaž Vajngerl <quikee@gmail.com>
* Julien Peeters <contact@julienpeeters.fr>
* Didier 'Ptitjes' Villevalois <ptitjes@free.fr>
*/
#include <glib-object.h>
#include <gee.h>
#include <stdlib.h>
#include <string.h>
#include <glib.h>
#if !defined(VALA_STRICT_C)
#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14)
#pragma GCC diagnostic warning "-Wincompatible-pointer-types"
#elif defined(__clang__) && (__clang_major__ >= 16)
#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types"
#pragma clang diagnostic ignored "-Wincompatible-pointer-types"
#endif
#endif
#if !defined(VALA_EXTERN)
#if defined(_MSC_VER)
#define VALA_EXTERN __declspec(dllexport) extern
#elif __GNUC__ >= 4
#define VALA_EXTERN __attribute__((visibility("default"))) extern
#else
#define VALA_EXTERN extern
#endif
#endif
#define GEE_TYPE_TEST_CASE (gee_test_case_get_type ())
#define GEE_TEST_CASE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEE_TYPE_TEST_CASE, GeeTestCase))
#define GEE_TEST_CASE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEE_TYPE_TEST_CASE, GeeTestCaseClass))
#define GEE_IS_TEST_CASE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEE_TYPE_TEST_CASE))
#define GEE_IS_TEST_CASE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEE_TYPE_TEST_CASE))
#define GEE_TEST_CASE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEE_TYPE_TEST_CASE, GeeTestCaseClass))
typedef struct _GeeTestCase GeeTestCase;
typedef struct _GeeTestCaseClass GeeTestCaseClass;
typedef struct _GeeTestCasePrivate GeeTestCasePrivate;
#define TYPE_READ_ONLY_COLLECTION_TESTS (read_only_collection_tests_get_type ())
#define READ_ONLY_COLLECTION_TESTS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_READ_ONLY_COLLECTION_TESTS, ReadOnlyCollectionTests))
#define READ_ONLY_COLLECTION_TESTS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_READ_ONLY_COLLECTION_TESTS, ReadOnlyCollectionTestsClass))
#define IS_READ_ONLY_COLLECTION_TESTS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_READ_ONLY_COLLECTION_TESTS))
#define IS_READ_ONLY_COLLECTION_TESTS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_READ_ONLY_COLLECTION_TESTS))
#define READ_ONLY_COLLECTION_TESTS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_READ_ONLY_COLLECTION_TESTS, ReadOnlyCollectionTestsClass))
typedef struct _ReadOnlyCollectionTests ReadOnlyCollectionTests;
typedef struct _ReadOnlyCollectionTestsClass ReadOnlyCollectionTestsClass;
typedef struct _ReadOnlyCollectionTestsPrivate ReadOnlyCollectionTestsPrivate;
#define TYPE_READ_ONLY_LIST_TESTS (read_only_list_tests_get_type ())
#define READ_ONLY_LIST_TESTS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_READ_ONLY_LIST_TESTS, ReadOnlyListTests))
#define READ_ONLY_LIST_TESTS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_READ_ONLY_LIST_TESTS, ReadOnlyListTestsClass))
#define IS_READ_ONLY_LIST_TESTS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_READ_ONLY_LIST_TESTS))
#define IS_READ_ONLY_LIST_TESTS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_READ_ONLY_LIST_TESTS))
#define READ_ONLY_LIST_TESTS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_READ_ONLY_LIST_TESTS, ReadOnlyListTestsClass))
typedef struct _ReadOnlyListTests ReadOnlyListTests;
typedef struct _ReadOnlyListTestsClass ReadOnlyListTestsClass;
typedef struct _ReadOnlyListTestsPrivate ReadOnlyListTestsPrivate;
enum {
READ_ONLY_LIST_TESTS_0_PROPERTY,
READ_ONLY_LIST_TESTS_NUM_PROPERTIES
};
static GParamSpec* read_only_list_tests_properties[READ_ONLY_LIST_TESTS_NUM_PROPERTIES];
typedef void (*GeeTestCaseTestMethod) (gpointer user_data);
#define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))
#define _g_free0(var) (var = (g_free (var), NULL))
#define _vala_assert(expr, msg) if G_LIKELY (expr) ; else g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, msg);
#define _vala_return_if_fail(expr, msg) if G_LIKELY (expr) ; else { g_return_if_fail_warning (G_LOG_DOMAIN, G_STRFUNC, msg); return; }
#define _vala_return_val_if_fail(expr, msg, val) if G_LIKELY (expr) ; else { g_return_if_fail_warning (G_LOG_DOMAIN, G_STRFUNC, msg); return val; }
#define _vala_warn_if_fail(expr, msg) if G_LIKELY (expr) ; else g_warn_message (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, msg);
struct _GeeTestCase {
GObject parent_instance;
GeeTestCasePrivate * priv;
};
struct _GeeTestCaseClass {
GObjectClass parent_class;
void (*set_up) (GeeTestCase* self);
void (*tear_down) (GeeTestCase* self);
};
struct _ReadOnlyCollectionTests {
GeeTestCase parent_instance;
ReadOnlyCollectionTestsPrivate * priv;
GeeCollection* test_collection;
GeeCollection* ro_collection;
};
struct _ReadOnlyCollectionTestsClass {
GeeTestCaseClass parent_class;
GeeCollection* (*get_ro_view) (ReadOnlyCollectionTests* self, GeeCollection* collection);
};
struct _ReadOnlyListTests {
ReadOnlyCollectionTests parent_instance;
ReadOnlyListTestsPrivate * priv;
};
struct _ReadOnlyListTestsClass {
ReadOnlyCollectionTestsClass parent_class;
};
static gpointer read_only_list_tests_parent_class = NULL;
VALA_EXTERN GType gee_test_case_get_type (void) G_GNUC_CONST ;
G_DEFINE_AUTOPTR_CLEANUP_FUNC (GeeTestCase, g_object_unref)
VALA_EXTERN GType read_only_collection_tests_get_type (void) G_GNUC_CONST ;
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ReadOnlyCollectionTests, g_object_unref)
VALA_EXTERN GType read_only_list_tests_get_type (void) G_GNUC_CONST ;
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ReadOnlyListTests, g_object_unref)
VALA_EXTERN void gee_test_case_set_up (GeeTestCase* self);
VALA_EXTERN void gee_test_case_tear_down (GeeTestCase* self);
VALA_EXTERN GeeCollection* read_only_collection_tests_get_ro_view (ReadOnlyCollectionTests* self,
GeeCollection* collection);
VALA_EXTERN ReadOnlyListTests* read_only_list_tests_new (void);
VALA_EXTERN ReadOnlyListTests* read_only_list_tests_construct (GType object_type);
VALA_EXTERN ReadOnlyListTests* read_only_list_tests_new_with_name (const gchar* name);
VALA_EXTERN ReadOnlyListTests* read_only_list_tests_construct_with_name (GType object_type,
const gchar* name);
VALA_EXTERN ReadOnlyCollectionTests* read_only_collection_tests_new_with_name (const gchar* name);
VALA_EXTERN ReadOnlyCollectionTests* read_only_collection_tests_construct_with_name (GType object_type,
const gchar* name);
VALA_EXTERN void gee_test_case_add_test (GeeTestCase* self,
const gchar* name,
GeeTestCaseTestMethod test,
gpointer test_target,
GDestroyNotify test_target_destroy_notify);
VALA_EXTERN void read_only_list_tests_test_immutable_iterator (ReadOnlyListTests* self);
static void _read_only_list_tests_test_immutable_iterator_gee_test_case_test_method (gpointer self);
VALA_EXTERN void read_only_list_tests_test_immutable (ReadOnlyListTests* self);
static void _read_only_list_tests_test_immutable_gee_test_case_test_method (gpointer self);
VALA_EXTERN void read_only_list_tests_test_accurate_view (ReadOnlyListTests* self);
static void _read_only_list_tests_test_accurate_view_gee_test_case_test_method (gpointer self);
static void read_only_list_tests_real_set_up (GeeTestCase* base);
static void read_only_list_tests_real_tear_down (GeeTestCase* base);
static GeeCollection* read_only_list_tests_real_get_ro_view (ReadOnlyCollectionTests* base,
GeeCollection* collection);
static GType read_only_list_tests_get_type_once (void);
ReadOnlyListTests*
read_only_list_tests_construct (GType object_type)
{
ReadOnlyListTests * self = NULL;
self = (ReadOnlyListTests*) read_only_list_tests_construct_with_name (object_type, "ReadOnlyList");
return self;
}
ReadOnlyListTests*
read_only_list_tests_new (void)
{
return read_only_list_tests_construct (TYPE_READ_ONLY_LIST_TESTS);
}
static void
_read_only_list_tests_test_immutable_iterator_gee_test_case_test_method (gpointer self)
{
read_only_list_tests_test_immutable_iterator ((ReadOnlyListTests*) self);
}
static void
_read_only_list_tests_test_immutable_gee_test_case_test_method (gpointer self)
{
read_only_list_tests_test_immutable ((ReadOnlyListTests*) self);
}
static void
_read_only_list_tests_test_accurate_view_gee_test_case_test_method (gpointer self)
{
read_only_list_tests_test_accurate_view ((ReadOnlyListTests*) self);
}
ReadOnlyListTests*
read_only_list_tests_construct_with_name (GType object_type,
const gchar* name)
{
ReadOnlyListTests * self = NULL;
g_return_val_if_fail (name != NULL, NULL);
self = (ReadOnlyListTests*) read_only_collection_tests_construct_with_name (object_type, name);
gee_test_case_add_test ((GeeTestCase*) self, "[ReadOnlyList] immutable iterator", _read_only_list_tests_test_immutable_iterator_gee_test_case_test_method, g_object_ref (self), g_object_unref);
gee_test_case_add_test ((GeeTestCase*) self, "[ReadOnlyList] immutable", _read_only_list_tests_test_immutable_gee_test_case_test_method, g_object_ref (self), g_object_unref);
gee_test_case_add_test ((GeeTestCase*) self, "[ReadOnlyList] accurate view", _read_only_list_tests_test_accurate_view_gee_test_case_test_method, g_object_ref (self), g_object_unref);
return self;
}
ReadOnlyListTests*
read_only_list_tests_new_with_name (const gchar* name)
{
return read_only_list_tests_construct_with_name (TYPE_READ_ONLY_LIST_TESTS, name);
}
static void
read_only_list_tests_real_set_up (GeeTestCase* base)
{
ReadOnlyListTests * self;
GeeArrayList* _tmp0_;
GeeCollection* _tmp1_;
GeeCollection* _tmp2_;
self = (ReadOnlyListTests*) base;
_tmp0_ = gee_array_list_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, (GDestroyNotify) g_free, NULL, NULL, NULL);
_g_object_unref0 (((ReadOnlyCollectionTests*) self)->test_collection);
((ReadOnlyCollectionTests*) self)->test_collection = (GeeCollection*) _tmp0_;
_tmp1_ = ((ReadOnlyCollectionTests*) self)->test_collection;
_tmp2_ = read_only_collection_tests_get_ro_view ((ReadOnlyCollectionTests*) self, _tmp1_);
_g_object_unref0 (((ReadOnlyCollectionTests*) self)->ro_collection);
((ReadOnlyCollectionTests*) self)->ro_collection = _tmp2_;
}
static void
read_only_list_tests_real_tear_down (GeeTestCase* base)
{
ReadOnlyListTests * self;
self = (ReadOnlyListTests*) base;
_g_object_unref0 (((ReadOnlyCollectionTests*) self)->test_collection);
((ReadOnlyCollectionTests*) self)->test_collection = NULL;
_g_object_unref0 (((ReadOnlyCollectionTests*) self)->ro_collection);
((ReadOnlyCollectionTests*) self)->ro_collection = NULL;
}
static GeeCollection*
read_only_list_tests_real_get_ro_view (ReadOnlyCollectionTests* base,
GeeCollection* collection)
{
ReadOnlyListTests * self;
GeeList* _tmp0_;
GeeList* _tmp1_;
GeeCollection* result;
self = (ReadOnlyListTests*) base;
g_return_val_if_fail (collection != NULL, NULL);
_tmp0_ = gee_list_get_read_only_view (G_TYPE_CHECK_INSTANCE_CAST (collection, GEE_TYPE_LIST, GeeList));
_tmp1_ = _tmp0_;
result = (GeeCollection*) _tmp1_;
return result;
}
static gpointer
_g_object_ref0 (gpointer self)
{
return self ? g_object_ref (self) : NULL;
}
void
read_only_list_tests_test_immutable_iterator (ReadOnlyListTests* self)
{
GeeList* test_list = NULL;
GeeCollection* _tmp0_;
GeeList* _tmp1_;
GeeList* ro_list = NULL;
GeeCollection* _tmp2_;
GeeList* _tmp3_;
GeeList* _tmp4_;
GeeList* _tmp5_;
GeeList* _tmp6_;
gint _tmp7_;
gint _tmp8_;
GeeList* _tmp9_;
gpointer _tmp10_;
gchar* _tmp11_;
GeeList* _tmp12_;
gpointer _tmp13_;
gchar* _tmp14_;
GeeListIterator* iterator = NULL;
GeeList* _tmp15_;
GeeListIterator* _tmp16_;
GeeListIterator* _tmp17_;
GeeListIterator* _tmp18_;
GeeListIterator* _tmp19_;
gpointer _tmp20_;
gchar* _tmp21_;
GeeListIterator* _tmp22_;
GeeListIterator* _tmp23_;
GeeListIterator* _tmp24_;
GeeListIterator* _tmp25_;
gpointer _tmp26_;
gchar* _tmp27_;
GeeListIterator* _tmp28_;
GeeListIterator* _tmp29_;
GeeListIterator* _tmp30_;
GeeList* _tmp31_;
GeeListIterator* _tmp32_;
GeeListIterator* _tmp33_;
GeeList* _tmp35_;
gint _tmp36_;
gint _tmp37_;
GeeList* _tmp38_;
gpointer _tmp39_;
gchar* _tmp40_;
GeeList* _tmp41_;
gpointer _tmp42_;
gchar* _tmp43_;
GeeListIterator* _tmp44_;
GeeList* _tmp46_;
gint _tmp47_;
gint _tmp48_;
GeeList* _tmp49_;
gpointer _tmp50_;
gchar* _tmp51_;
GeeList* _tmp52_;
gpointer _tmp53_;
gchar* _tmp54_;
GeeListIterator* _tmp55_;
GeeList* _tmp56_;
gint _tmp57_;
gint _tmp58_;
GeeList* _tmp59_;
gpointer _tmp60_;
gchar* _tmp61_;
GeeList* _tmp62_;
gpointer _tmp63_;
gchar* _tmp64_;
GeeListIterator* _tmp65_;
GeeList* _tmp67_;
gint _tmp68_;
gint _tmp69_;
GeeList* _tmp70_;
gpointer _tmp71_;
gchar* _tmp72_;
GeeList* _tmp73_;
gpointer _tmp74_;
gchar* _tmp75_;
GeeListIterator* _tmp76_;
g_return_if_fail (self != NULL);
_tmp0_ = ((ReadOnlyCollectionTests*) self)->test_collection;
_tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp0_, GEE_TYPE_LIST) ? ((GeeList*) _tmp0_) : NULL);
test_list = _tmp1_;
_tmp2_ = ((ReadOnlyCollectionTests*) self)->ro_collection;
_tmp3_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp2_, GEE_TYPE_LIST) ? ((GeeList*) _tmp2_) : NULL);
ro_list = _tmp3_;
_tmp4_ = test_list;
_vala_assert (gee_collection_add ((GeeCollection*) _tmp4_, "one"), "test_list.add (\"one\")");
_tmp5_ = test_list;
_vala_assert (gee_collection_add ((GeeCollection*) _tmp5_, "two"), "test_list.add (\"two\")");
_tmp6_ = ro_list;
_tmp7_ = gee_collection_get_size ((GeeCollection*) _tmp6_);
_tmp8_ = _tmp7_;
_vala_assert (_tmp8_ == 2, "ro_list.size == 2");
_tmp9_ = ro_list;
_tmp10_ = gee_list_get (_tmp9_, 0);
_tmp11_ = (gchar*) _tmp10_;
_vala_assert (g_strcmp0 (_tmp11_, "one") == 0, "ro_list.get (0) == \"one\"");
_g_free0 (_tmp11_);
_tmp12_ = ro_list;
_tmp13_ = gee_list_get (_tmp12_, 1);
_tmp14_ = (gchar*) _tmp13_;
_vala_assert (g_strcmp0 (_tmp14_, "two") == 0, "ro_list.get (1) == \"two\"");
_g_free0 (_tmp14_);
_tmp15_ = ro_list;
_tmp16_ = gee_list_list_iterator (_tmp15_);
iterator = _tmp16_;
_tmp17_ = iterator;
_vala_assert (gee_iterator_has_next ((GeeIterator*) _tmp17_), "iterator.has_next ()");
_tmp18_ = iterator;
_vala_assert (gee_iterator_next ((GeeIterator*) _tmp18_), "iterator.next ()");
_tmp19_ = iterator;
_tmp20_ = gee_iterator_get ((GeeIterator*) _tmp19_);
_tmp21_ = (gchar*) _tmp20_;
_vala_assert (g_strcmp0 (_tmp21_, "one") == 0, "iterator.get () == \"one\"");
_g_free0 (_tmp21_);
_tmp22_ = iterator;
_vala_assert (gee_list_iterator_index (_tmp22_) == 0, "iterator.index () == 0");
_tmp23_ = iterator;
_vala_assert (gee_iterator_has_next ((GeeIterator*) _tmp23_), "iterator.has_next ()");
_tmp24_ = iterator;
_vala_assert (gee_iterator_next ((GeeIterator*) _tmp24_), "iterator.next ()");
_tmp25_ = iterator;
_tmp26_ = gee_iterator_get ((GeeIterator*) _tmp25_);
_tmp27_ = (gchar*) _tmp26_;
_vala_assert (g_strcmp0 (_tmp27_, "two") == 0, "iterator.get () == \"two\"");
_g_free0 (_tmp27_);
_tmp28_ = iterator;
_vala_assert (gee_list_iterator_index (_tmp28_) == 1, "iterator.index () == 1");
_tmp29_ = iterator;
_vala_assert (!gee_iterator_has_next ((GeeIterator*) _tmp29_), "! iterator.has_next ()");
_tmp30_ = iterator;
_vala_assert (!gee_iterator_next ((GeeIterator*) _tmp30_), "! iterator.next ()");
_tmp31_ = ro_list;
_tmp32_ = gee_list_list_iterator (_tmp31_);
_g_object_unref0 (iterator);
iterator = _tmp32_;
_tmp33_ = iterator;
_vala_assert (gee_iterator_next ((GeeIterator*) _tmp33_), "iterator.next ()");
if (g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) {
GeeListIterator* _tmp34_;
_tmp34_ = iterator;
gee_iterator_remove ((GeeIterator*) _tmp34_);
exit (0);
}
g_test_trap_assert_failed ();
_tmp35_ = ro_list;
_tmp36_ = gee_collection_get_size ((GeeCollection*) _tmp35_);
_tmp37_ = _tmp36_;
_vala_assert (_tmp37_ == 2, "ro_list.size == 2");
_tmp38_ = ro_list;
_tmp39_ = gee_list_get (_tmp38_, 0);
_tmp40_ = (gchar*) _tmp39_;
_vala_assert (g_strcmp0 (_tmp40_, "one") == 0, "ro_list.get (0) == \"one\"");
_g_free0 (_tmp40_);
_tmp41_ = ro_list;
_tmp42_ = gee_list_get (_tmp41_, 1);
_tmp43_ = (gchar*) _tmp42_;
_vala_assert (g_strcmp0 (_tmp43_, "two") == 0, "ro_list.get (1) == \"two\"");
_g_free0 (_tmp43_);
_tmp44_ = iterator;
_vala_assert (gee_list_iterator_index (_tmp44_) == 0, "iterator.index () == 0");
if (g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) {
GeeListIterator* _tmp45_;
_tmp45_ = iterator;
gee_list_iterator_set (_tmp45_, "three");
exit (0);
}
g_test_trap_assert_failed ();
_tmp46_ = ro_list;
_tmp47_ = gee_collection_get_size ((GeeCollection*) _tmp46_);
_tmp48_ = _tmp47_;
_vala_assert (_tmp48_ == 2, "ro_list.size == 2");
_tmp49_ = ro_list;
_tmp50_ = gee_list_get (_tmp49_, 0);
_tmp51_ = (gchar*) _tmp50_;
_vala_assert (g_strcmp0 (_tmp51_, "one") == 0, "ro_list.get (0) == \"one\"");
_g_free0 (_tmp51_);
_tmp52_ = ro_list;
_tmp53_ = gee_list_get (_tmp52_, 1);
_tmp54_ = (gchar*) _tmp53_;
_vala_assert (g_strcmp0 (_tmp54_, "two") == 0, "ro_list.get (1) == \"two\"");
_g_free0 (_tmp54_);
_tmp55_ = iterator;
_vala_assert (gee_list_iterator_index (_tmp55_) == 0, "iterator.index () == 0");
_tmp56_ = ro_list;
_tmp57_ = gee_collection_get_size ((GeeCollection*) _tmp56_);
_tmp58_ = _tmp57_;
_vala_assert (_tmp58_ == 2, "ro_list.size == 2");
_tmp59_ = ro_list;
_tmp60_ = gee_list_get (_tmp59_, 0);
_tmp61_ = (gchar*) _tmp60_;
_vala_assert (g_strcmp0 (_tmp61_, "one") == 0, "ro_list.get (0) == \"one\"");
_g_free0 (_tmp61_);
_tmp62_ = ro_list;
_tmp63_ = gee_list_get (_tmp62_, 1);
_tmp64_ = (gchar*) _tmp63_;
_vala_assert (g_strcmp0 (_tmp64_, "two") == 0, "ro_list.get (1) == \"two\"");
_g_free0 (_tmp64_);
_tmp65_ = iterator;
_vala_assert (gee_list_iterator_index (_tmp65_) == 0, "iterator.index () == 0");
if (g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) {
GeeListIterator* _tmp66_;
_tmp66_ = iterator;
gee_list_iterator_add (_tmp66_, "three");
exit (0);
}
g_test_trap_assert_failed ();
_tmp67_ = ro_list;
_tmp68_ = gee_collection_get_size ((GeeCollection*) _tmp67_);
_tmp69_ = _tmp68_;
_vala_assert (_tmp69_ == 2, "ro_list.size == 2");
_tmp70_ = ro_list;
_tmp71_ = gee_list_get (_tmp70_, 0);
_tmp72_ = (gchar*) _tmp71_;
_vala_assert (g_strcmp0 (_tmp72_, "one") == 0, "ro_list.get (0) == \"one\"");
_g_free0 (_tmp72_);
_tmp73_ = ro_list;
_tmp74_ = gee_list_get (_tmp73_, 1);
_tmp75_ = (gchar*) _tmp74_;
_vala_assert (g_strcmp0 (_tmp75_, "two") == 0, "ro_list.get (1) == \"two\"");
_g_free0 (_tmp75_);
_tmp76_ = iterator;
_vala_assert (gee_list_iterator_index (_tmp76_) == 0, "iterator.index () == 0");
_g_object_unref0 (iterator);
_g_object_unref0 (ro_list);
_g_object_unref0 (test_list);
}
void
read_only_list_tests_test_immutable (ReadOnlyListTests* self)
{
GeeList* test_list = NULL;
GeeCollection* _tmp0_;
GeeList* _tmp1_;
GeeList* ro_list = NULL;
GeeCollection* _tmp2_;
GeeList* _tmp3_;
GeeList* _tmp4_;
GeeList* _tmp5_;
gint _tmp6_;
gint _tmp7_;
GeeList* _tmp8_;
GeeCollection* dummy = NULL;
GeeArrayList* _tmp9_;
GeeCollection* _tmp10_;
GeeCollection* _tmp11_;
GeeList* _tmp13_;
gint _tmp14_;
gint _tmp15_;
GeeList* _tmp16_;
GeeList* _tmp18_;
gint _tmp19_;
gint _tmp20_;
GeeList* _tmp21_;
GeeList* _tmp25_;
gint _tmp26_;
gint _tmp27_;
GeeList* _tmp28_;
GeeList* _tmp31_;
gint _tmp32_;
gint _tmp33_;
GeeList* _tmp34_;
GeeList* _tmp36_;
gint _tmp37_;
gint _tmp38_;
GeeList* _tmp39_;
g_return_if_fail (self != NULL);
_tmp0_ = ((ReadOnlyCollectionTests*) self)->test_collection;
_tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp0_, GEE_TYPE_LIST) ? ((GeeList*) _tmp0_) : NULL);
test_list = _tmp1_;
_tmp2_ = ((ReadOnlyCollectionTests*) self)->ro_collection;
_tmp3_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp2_, GEE_TYPE_LIST) ? ((GeeList*) _tmp2_) : NULL);
ro_list = _tmp3_;
_tmp4_ = test_list;
_vala_assert (gee_collection_add ((GeeCollection*) _tmp4_, "one"), "test_list.add (\"one\")");
_tmp5_ = ro_list;
_tmp6_ = gee_collection_get_size ((GeeCollection*) _tmp5_);
_tmp7_ = _tmp6_;
_vala_assert (_tmp7_ == 1, "ro_list.size == 1");
_tmp8_ = ro_list;
_vala_assert (gee_collection_contains ((GeeCollection*) _tmp8_, "one"), "ro_list.contains (\"one\")");
_tmp9_ = gee_array_list_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, (GDestroyNotify) g_free, NULL, NULL, NULL);
dummy = (GeeCollection*) _tmp9_;
_tmp10_ = dummy;
_vala_assert (gee_collection_add (_tmp10_, "one"), "dummy.add (\"one\")");
_tmp11_ = dummy;
_vala_assert (gee_collection_add (_tmp11_, "two"), "dummy.add (\"two\")");
if (g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) {
GeeList* _tmp12_;
_tmp12_ = ro_list;
gee_list_set (_tmp12_, 0, "two");
exit (0);
}
g_test_trap_assert_failed ();
_tmp13_ = ro_list;
_tmp14_ = gee_collection_get_size ((GeeCollection*) _tmp13_);
_tmp15_ = _tmp14_;
_vala_assert (_tmp15_ == 1, "ro_list.size == 1");
_tmp16_ = ro_list;
_vala_assert (gee_collection_contains ((GeeCollection*) _tmp16_, "one"), "ro_list.contains (\"one\")");
if (g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) {
GeeList* _tmp17_;
_tmp17_ = ro_list;
gee_list_insert (_tmp17_, 1, "two");
exit (0);
}
g_test_trap_assert_failed ();
_tmp18_ = ro_list;
_tmp19_ = gee_collection_get_size ((GeeCollection*) _tmp18_);
_tmp20_ = _tmp19_;
_vala_assert (_tmp20_ == 1, "ro_list.size == 1");
_tmp21_ = ro_list;
_vala_assert (gee_collection_contains ((GeeCollection*) _tmp21_, "one"), "ro_list.contains (\"one\")");
if (g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) {
GeeList* _tmp22_;
gpointer _tmp23_;
gchar* _tmp24_;
_tmp22_ = ro_list;
_tmp23_ = gee_list_remove_at (_tmp22_, 1);
_tmp24_ = (gchar*) _tmp23_;
_g_free0 (_tmp24_);
exit (0);
}
g_test_trap_assert_failed ();
_tmp25_ = ro_list;
_tmp26_ = gee_collection_get_size ((GeeCollection*) _tmp25_);
_tmp27_ = _tmp26_;
_vala_assert (_tmp27_ == 1, "ro_list.size == 1");
_tmp28_ = ro_list;
_vala_assert (gee_collection_contains ((GeeCollection*) _tmp28_, "one"), "ro_list.contains (\"one\")");
if (g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) {
GeeList* _tmp29_;
GeeCollection* _tmp30_;
_tmp29_ = ro_list;
_tmp30_ = dummy;
gee_list_insert_all (_tmp29_, 1, _tmp30_);
exit (0);
}
g_test_trap_assert_failed ();
_tmp31_ = ro_list;
_tmp32_ = gee_collection_get_size ((GeeCollection*) _tmp31_);
_tmp33_ = _tmp32_;
_vala_assert (_tmp33_ == 1, "ro_list.size == 1");
_tmp34_ = ro_list;
_vala_assert (gee_collection_contains ((GeeCollection*) _tmp34_, "one"), "ro_list.contains (\"one\")");
if (g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) {
GeeList* _tmp35_;
_tmp35_ = ro_list;
gee_list_sort (_tmp35_, NULL, NULL, NULL);
exit (0);
}
g_test_trap_assert_failed ();
_tmp36_ = ro_list;
_tmp37_ = gee_collection_get_size ((GeeCollection*) _tmp36_);
_tmp38_ = _tmp37_;
_vala_assert (_tmp38_ == 1, "ro_list.size == 1");
_tmp39_ = ro_list;
_vala_assert (gee_collection_contains ((GeeCollection*) _tmp39_, "one"), "ro_list.contains (\"one\")");
_g_object_unref0 (dummy);
_g_object_unref0 (ro_list);
_g_object_unref0 (test_list);
}
void
read_only_list_tests_test_accurate_view (ReadOnlyListTests* self)
{
GeeList* test_list = NULL;
GeeCollection* _tmp0_;
GeeList* _tmp1_;
GeeList* ro_list = NULL;
GeeCollection* _tmp2_;
GeeList* _tmp3_;
GeeCollection* dummy = NULL;
GeeArrayList* _tmp4_;
GType _tmp5_;
GType _tmp6_;
gint _tmp7_;
gint _tmp8_;
gboolean _tmp9_;
gboolean _tmp10_;
gint _tmp11_;
gint _tmp12_;
gboolean _tmp13_;
gboolean _tmp14_;
gpointer _tmp15_;
gchar* _tmp16_;
gpointer _tmp17_;
gchar* _tmp18_;
gpointer _tmp19_;
gchar* _tmp20_;
gint _tmp21_;
gint _tmp22_;
gboolean _tmp23_;
gboolean _tmp24_;
gpointer _tmp25_;
gchar* _tmp26_;
gpointer _tmp27_;
gchar* _tmp28_;
gpointer _tmp29_;
gchar* _tmp30_;
gpointer _tmp31_;
gchar* _tmp32_;
gint _tmp33_;
gint _tmp34_;
gboolean _tmp35_;
gboolean _tmp36_;
gpointer _tmp37_;
gchar* _tmp38_;
gpointer _tmp39_;
gchar* _tmp40_;
gpointer _tmp41_;
gchar* _tmp42_;
gint _tmp43_;
gint _tmp44_;
gboolean _tmp45_;
gboolean _tmp46_;
g_return_if_fail (self != NULL);
_tmp0_ = ((ReadOnlyCollectionTests*) self)->test_collection;
_tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp0_, GEE_TYPE_LIST) ? ((GeeList*) _tmp0_) : NULL);
test_list = _tmp1_;
_tmp2_ = ((ReadOnlyCollectionTests*) self)->ro_collection;
_tmp3_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp2_, GEE_TYPE_LIST) ? ((GeeList*) _tmp2_) : NULL);
ro_list = _tmp3_;
_tmp4_ = gee_array_list_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, (GDestroyNotify) g_free, NULL, NULL, NULL);
dummy = (GeeCollection*) _tmp4_;
_vala_assert (gee_collection_add (dummy, "one"), "dummy.add (\"one\")");
_vala_assert (gee_collection_add (dummy, "two"), "dummy.add (\"two\")");
_tmp5_ = gee_traversable_get_element_type ((GeeTraversable*) ro_list);
_tmp6_ = _tmp5_;
_vala_assert (_tmp6_ == G_TYPE_STRING, "ro_list.element_type == typeof (string)");
_tmp7_ = gee_collection_get_size ((GeeCollection*) ro_list);
_tmp8_ = _tmp7_;
_vala_assert (_tmp8_ == 0, "ro_list.size == 0");
_tmp9_ = gee_collection_get_is_empty ((GeeCollection*) ro_list);
_tmp10_ = _tmp9_;
_vala_assert (_tmp10_, "ro_list.is_empty");
_vala_assert (!gee_collection_contains ((GeeCollection*) ro_list, "one"), "! ro_list.contains (\"one\")");
_vala_assert (gee_list_index_of (ro_list, "one") == -1, "ro_list.index_of (\"one\") == -1");
_vala_assert (gee_collection_add ((GeeCollection*) test_list, "one"), "test_list.add (\"one\")");
_tmp11_ = gee_collection_get_size ((GeeCollection*) ro_list);
_tmp12_ = _tmp11_;
_vala_assert (_tmp12_ == 1, "ro_list.size == 1");
_tmp13_ = gee_collection_get_is_empty ((GeeCollection*) ro_list);
_tmp14_ = _tmp13_;
_vala_assert (!_tmp14_, "! ro_list.is_empty");
_tmp15_ = gee_list_get (ro_list, 0);
_tmp16_ = (gchar*) _tmp15_;
_vala_assert (g_strcmp0 (_tmp16_, "one") == 0, "ro_list.get (0) == \"one\"");
_g_free0 (_tmp16_);
_vala_assert (gee_list_index_of (ro_list, "one") == 0, "ro_list.index_of (\"one\") == 0");
_tmp17_ = gee_list_first (ro_list);
_tmp18_ = (gchar*) _tmp17_;
_vala_assert (g_strcmp0 (_tmp18_, "one") == 0, "ro_list.first () == \"one\"");
_g_free0 (_tmp18_);
_tmp19_ = gee_list_last (ro_list);
_tmp20_ = (gchar*) _tmp19_;
_vala_assert (g_strcmp0 (_tmp20_, "one") == 0, "ro_list.last () == \"one\"");
_g_free0 (_tmp20_);
_vala_assert (gee_collection_add ((GeeCollection*) test_list, "two"), "test_list.add (\"two\")");
_tmp21_ = gee_collection_get_size ((GeeCollection*) ro_list);
_tmp22_ = _tmp21_;
_vala_assert (_tmp22_ == 2, "ro_list.size == 2");
_tmp23_ = gee_collection_get_is_empty ((GeeCollection*) ro_list);
_tmp24_ = _tmp23_;
_vala_assert (!_tmp24_, "! ro_list.is_empty");
_tmp25_ = gee_list_get (ro_list, 0);
_tmp26_ = (gchar*) _tmp25_;
_vala_assert (g_strcmp0 (_tmp26_, "one") == 0, "ro_list.get (0) == \"one\"");
_g_free0 (_tmp26_);
_vala_assert (gee_list_index_of (ro_list, "one") == 0, "ro_list.index_of (\"one\") == 0");
_tmp27_ = gee_list_get (ro_list, 1);
_tmp28_ = (gchar*) _tmp27_;
_vala_assert (g_strcmp0 (_tmp28_, "two") == 0, "ro_list.get (1) == \"two\"");
_g_free0 (_tmp28_);
_vala_assert (gee_list_index_of (ro_list, "two") == 1, "ro_list.index_of (\"two\") == 1");
_tmp29_ = gee_list_first (ro_list);
_tmp30_ = (gchar*) _tmp29_;
_vala_assert (g_strcmp0 (_tmp30_, "one") == 0, "ro_list.first () == \"one\"");
_g_free0 (_tmp30_);
_tmp31_ = gee_list_last (ro_list);
_tmp32_ = (gchar*) _tmp31_;
_vala_assert (g_strcmp0 (_tmp32_, "two") == 0, "ro_list.last () == \"two\"");
_g_free0 (_tmp32_);
_vala_assert (gee_collection_remove ((GeeCollection*) test_list, "one"), "test_list.remove (\"one\")");
_tmp33_ = gee_collection_get_size ((GeeCollection*) ro_list);
_tmp34_ = _tmp33_;
_vala_assert (_tmp34_ == 1, "ro_list.size == 1");
_tmp35_ = gee_collection_get_is_empty ((GeeCollection*) ro_list);
_tmp36_ = _tmp35_;
_vala_assert (!_tmp36_, "! ro_list.is_empty");
_vala_assert (!gee_collection_contains ((GeeCollection*) ro_list, "one"), "! ro_list.contains (\"one\")");
_vala_assert (gee_list_index_of (ro_list, "one") == -1, "ro_list.index_of (\"one\") == -1");
_vala_assert (gee_collection_contains ((GeeCollection*) ro_list, "two"), "ro_list.contains (\"two\")");
_tmp37_ = gee_list_get (ro_list, 0);
_tmp38_ = (gchar*) _tmp37_;
_vala_assert (g_strcmp0 (_tmp38_, "two") == 0, "ro_list.get (0) == \"two\"");
_g_free0 (_tmp38_);
_vala_assert (gee_list_index_of (ro_list, "two") == 0, "ro_list.index_of (\"two\") == 0");
_tmp39_ = gee_list_first (ro_list);
_tmp40_ = (gchar*) _tmp39_;
_vala_assert (g_strcmp0 (_tmp40_, "two") == 0, "ro_list.first () == \"two\"");
_g_free0 (_tmp40_);
_tmp41_ = gee_list_last (ro_list);
_tmp42_ = (gchar*) _tmp41_;
_vala_assert (g_strcmp0 (_tmp42_, "two") == 0, "ro_list.last () == \"two\"");
_g_free0 (_tmp42_);
gee_collection_clear ((GeeCollection*) test_list);
_tmp43_ = gee_collection_get_size ((GeeCollection*) ro_list);
_tmp44_ = _tmp43_;
_vala_assert (_tmp44_ == 0, "ro_list.size == 0");
_tmp45_ = gee_collection_get_is_empty ((GeeCollection*) ro_list);
_tmp46_ = _tmp45_;
_vala_assert (_tmp46_, "ro_list.is_empty");
_vala_assert (gee_list_index_of (ro_list, "one") == -1, "ro_list.index_of (\"one\") == -1");
_vala_assert (gee_list_index_of (ro_list, "two") == -1, "ro_list.index_of (\"two\") == -1");
_g_object_unref0 (dummy);
_g_object_unref0 (ro_list);
_g_object_unref0 (test_list);
}
static void
read_only_list_tests_class_init (ReadOnlyListTestsClass * klass,
gpointer klass_data)
{
read_only_list_tests_parent_class = g_type_class_peek_parent (klass);
((GeeTestCaseClass *) klass)->set_up = (void (*) (GeeTestCase*)) read_only_list_tests_real_set_up;
((GeeTestCaseClass *) klass)->tear_down = (void (*) (GeeTestCase*)) read_only_list_tests_real_tear_down;
((ReadOnlyCollectionTestsClass *) klass)->get_ro_view = (GeeCollection* (*) (ReadOnlyCollectionTests*, GeeCollection*)) read_only_list_tests_real_get_ro_view;
}
static void
read_only_list_tests_instance_init (ReadOnlyListTests * self,
gpointer klass)
{
}
static GType
read_only_list_tests_get_type_once (void)
{
static const GTypeInfo g_define_type_info = { sizeof (ReadOnlyListTestsClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) read_only_list_tests_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (ReadOnlyListTests), 0, (GInstanceInitFunc) read_only_list_tests_instance_init, NULL };
GType read_only_list_tests_type_id;
read_only_list_tests_type_id = g_type_register_static (TYPE_READ_ONLY_COLLECTION_TESTS, "ReadOnlyListTests", &g_define_type_info, 0);
return read_only_list_tests_type_id;
}
GType
read_only_list_tests_get_type (void)
{
static volatile gsize read_only_list_tests_type_id__once = 0;
if (g_once_init_enter (&read_only_list_tests_type_id__once)) {
GType read_only_list_tests_type_id;
read_only_list_tests_type_id = read_only_list_tests_get_type_once ();
g_once_init_leave (&read_only_list_tests_type_id__once, read_only_list_tests_type_id);
}
return read_only_list_tests_type_id__once;
}
|